diff --git a/lib/server b/lib/server index 5abd090..bc28b32 160000 --- a/lib/server +++ b/lib/server @@ -1 +1 @@ -Subproject commit 5abd090c9ff3f9ee38fe9355c5e8a07d648365f2 +Subproject commit bc28b32f043e8cdcaaea7e764b616c310fb6ca06 diff --git a/package-lock.json b/package-lock.json index 3218763..80968ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "msbuild-project-tools", - "version": "0.4.0-preview5", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 642c5f6..4d60223 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "msbuild-project-tools", "displayName": "MSBuild project tools", "description": "Tools for working with MSBuild project files (such as auto-complete for package Ids / versions).", - "version": "0.4.0-preview5", + "version": "0.4.0", "settingsSchemaVersion": 1, "publisher": "tintoy", "license": "MIT", diff --git a/src/extension/extension.ts b/src/extension/extension.ts index bb598a0..35bb410 100644 --- a/src/extension/extension.ts +++ b/src/extension/extension.ts @@ -191,7 +191,7 @@ async function createLanguageClient(context: vscode.ExtensionContext): Promise