Skip to content

Commit

Permalink
Merge pull request #64 from redhat-developer/upgrade_langserver0.5.1
Browse files Browse the repository at this point in the history
Use language server version 0.5.1
  • Loading branch information
slrtbtfs authored May 30, 2020
2 parents ef924b0 + 07c118f commit d8ec58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function activate(context: vscode.ExtensionContext) {
function downloadLangserver(context: vscode.ExtensionContext, callback: any) {

// change this after every new langserver release
let langserverVersion = "0.4.3";
let langserverVersion = "0.5.1";

let url = getReleaseURL(langserverVersion);

Expand Down

0 comments on commit d8ec58c

Please sign in to comment.