From 8e9b309a9c6b8770436b2dd33116f8657d603875 Mon Sep 17 00:00:00 2001 From: Ayoub Benali Date: Tue, 16 Nov 2021 20:29:48 +0100 Subject: [PATCH] Add commands to start and stop Ammonite build server (#50) Co-authored-by: Ayoub Benali --- LSP-metals.sublime-commands | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LSP-metals.sublime-commands b/LSP-metals.sublime-commands index d6f56b8..60ed458 100644 --- a/LSP-metals.sublime-commands +++ b/LSP-metals.sublime-commands @@ -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"}},