Skip to content

Commit 3d86000

Browse files
committed
Use bash-language-server 2.0.0
Noteworthy changes: * Upgrade dependencies * Adds support for completing command line arguments (bash-lsp/bash-language-server#294) * Default configuration change: parsing errors are not highlighted as problems (as the grammar is buggy)
1 parent 21c37c1 commit 3d86000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.shellwax.core/src/org/eclipse/shellwax/internal/BashLanguageServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.eclipse.wildwebdeveloper.embedder.node.NodeJSManager;
3030

3131
public class BashLanguageServer extends ProcessStreamConnectionProvider {
32-
private static final String LS_VERSION = "1.16.1";
32+
private static final String LS_VERSION = "2.0.0";
3333
private static final String LOCAL_PATH = "/.local/share/shellwax/"+LS_VERSION;
3434
private static final String LS_MAIN = "/node_modules/.bin/bash-language-server";
3535
private static final String LS_MAIN_WIN32 = "/bash-language-server";

0 commit comments

Comments
 (0)