Skip to content

Commit

Permalink
Update Bash LS to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Feb 2, 2024
1 parent 8d79ac2 commit 034bb2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2019, 2023 Red Hat Inc. and others.
* Copyright (c) 2019, 2024 Red Hat Inc. and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -29,7 +29,7 @@
import org.eclipse.wildwebdeveloper.embedder.node.NodeJSManager;

public class BashLanguageServer extends ProcessStreamConnectionProvider {
private static final String LS_VERSION = "5.1.1";
private static final String LS_VERSION = "5.1.2";
private static final String LOCAL_PATH = "/.local/share/shellwax/"+LS_VERSION;
private static final String LS_MAIN = "/node_modules/.bin/bash-language-server";
private static final String LS_MAIN_WIN32 = "/bash-language-server";
Expand Down

0 comments on commit 034bb2a

Please sign in to comment.