vscode-languageclient
Advanced tools
Comparing version 8.0.2-next.3 to 8.0.2-next.4
@@ -56,4 +56,4 @@ "use strict"; | ||
openTabsHandler(); | ||
if (vscode_1.window.tabGroups.onDidChangeTabGroups !== undefined) { | ||
this.disposable = vscode_1.window.tabGroups.onDidChangeTabGroups(openTabsHandler); | ||
if (vscode_1.window.tabGroups.onDidChangeTabs !== undefined) { | ||
this.disposable = vscode_1.window.tabGroups.onDidChangeTabs(openTabsHandler); | ||
} | ||
@@ -455,2 +455,4 @@ else { | ||
} | ||
// cleanup old diagnostics | ||
this.diagnostics.dispose(); | ||
} | ||
@@ -457,0 +459,0 @@ } |
{ | ||
"name": "vscode-languageclient", | ||
"description": "VSCode Language client implementation", | ||
"version": "8.0.2-next.3", | ||
"version": "8.0.2-next.4", | ||
"author": "Microsoft Corporation", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"semver": "^7.3.5", | ||
"vscode-languageserver-protocol": "3.17.2-next.3" | ||
"vscode-languageserver-protocol": "3.17.2-next.5" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
636812
12417
+ Addedvscode-languageserver-protocol@3.17.2-next.5(transitive)
- Removedvscode-languageserver-protocol@3.17.2-next.3(transitive)