Skip to content

Commit a2acb93

Browse files
committed
Update to bash-language-server 1.11.0
LS change: * Support for workspace symbols (bash-lsp/bash-language-server#195) Signed-off-by: Alexander Kurtakov <[email protected]>
1 parent c1f73a0 commit a2acb93

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.swt.widgets.Display;
3030

3131
public class BashLanguageServer extends ProcessStreamConnectionProvider {
32-
private static final String LS_VERSION = "1.10.0";
32+
private static final String LS_VERSION = "1.11.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 boolean alreadyWarned;

0 commit comments

Comments
 (0)