Skip to content

Commit

Permalink
Merge pull request #5937 from roc-lang/lang-srv
Browse files Browse the repository at this point in the history
Check in the language server
  • Loading branch information
rtfeldman committed Oct 27, 2023
2 parents c509252 + 8fb5c50 commit 5e54088
Show file tree
Hide file tree
Showing 25 changed files with 2,394 additions and 44 deletions.
181 changes: 181 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ members = [
"crates/wasi-libc-sys",
"crates/wasm_module",
"crates/wasm_interp",
"crates/lang_srv",
]

exclude = [
Expand Down
Loading

0 comments on commit 5e54088

Please sign in to comment.