vscode-languageserver-protocol
Advanced tools
Comparing version 3.17.1 to 3.17.2-next.1
@@ -8,3 +8,3 @@ import { WorkspaceFolder } from 'vscode-languageserver-types'; | ||
*/ | ||
workspaceFolders: WorkspaceFolder[] | null; | ||
workspaceFolders?: WorkspaceFolder[] | null; | ||
} | ||
@@ -11,0 +11,0 @@ export interface WorkspaceFoldersServerCapabilities { |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.17.1", | ||
"version": "3.17.2-next.1", | ||
"author": "Microsoft Corporation", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"vscode-jsonrpc": "8.0.1", | ||
"vscode-languageserver-types": "3.17.1" | ||
"vscode-jsonrpc": "8.0.2-next.1", | ||
"vscode-languageserver-types": "3.17.2.next-1" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
@@ -7,3 +7,3 @@ # VSCode Language Server - Protocol Module | ||
This npm module is a tool independent implementation of the language server protocol and can be used in any type of node application. | ||
This npm module is a tool independent implementation of the language server protocol and can be used in any type of node application. Please note that the protocol is versioned using the LSP specification version number. Since the protocol depends on the `vscode-jsonrpc` version a a breaking change on that dependencies might not be reflected in a major version change of this module. Changing the major version number in these cases was more confusing this it would result in a version mismatch between the protocol and the LSP specification. | ||
@@ -10,0 +10,0 @@ See [here](https://github.com/Microsoft/language-server-protocol) for a detailed documentation on the language server protocol. |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
340000
2
+ Addedvscode-jsonrpc@8.0.2-next.1(transitive)
- Removedvscode-jsonrpc@8.0.1(transitive)
- Removedvscode-languageserver-types@3.17.1(transitive)
Updatedvscode-jsonrpc@8.0.2-next.1