Skip to content

Commit

Permalink
Add commands to start and stop Ammonite build server (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Ayoub Benali <[email protected]>
  • Loading branch information
ayoub-benali and ayoub-benali authored Nov 16, 2021
1 parent e5d3786 commit 8e9b309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LSP-metals.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[
{ "caption": "LSP-metals: Ammonite Start", "command": "lsp_metals_execute", "args":{"command_name": "ammonite-start"}},
{ "caption": "LSP-metals: Ammonite Stop", "command": "lsp_metals_execute", "args":{"command_name": "ammonite-stop"}},
{ "caption": "LSP-metals: Build Import", "command": "lsp_metals_execute", "args":{"command_name": "build-import"}},
{ "caption": "LSP-metals: Build Connect", "command": "lsp_metals_execute", "args":{"command_name": "build-connect"}},
{ "caption": "LSP-metals: Compile Cascade", "command": "lsp_metals_execute", "args":{"command_name": "compile-cascade"}},
Expand Down

0 comments on commit 8e9b309

Please sign in to comment.