fabric8-analytics-lsp-server
Advanced tools
Comparing version 0.4.11 to 0.4.12
{ | ||
"name": "fabric8-analytics-lsp-server", | ||
"description": "LSP Server for Dependency Analytics", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"author": "Pavel Odvody", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -226,2 +226,3 @@ /* -------------------------------------------------------------------------------------------- | ||
connection.sendNotification('caError', { 'data': error }); | ||
connection.sendDiagnostics({ uri: diagnosticFilePath, diagnostics: [] }); | ||
return; | ||
@@ -228,0 +229,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
96695
1012