@volar/vscode 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/index.d.ts +0 -1
- package/package.json +4 -4
package/out/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import * as lsp from 'vscode-languageclient';
|
|
|
12
12
|
export declare const middleware: lsp.Middleware;
|
|
13
13
|
export declare function parseServerCommand(command: vscode.Command): vscode.Command;
|
|
14
14
|
export interface Exports {
|
|
15
|
-
devtools?: boolean;
|
|
16
15
|
codegenStackSupport?: boolean;
|
|
17
16
|
languageClients: lsp.BaseLanguageClient[];
|
|
18
17
|
serverLib: typeof import('@volar/language-server');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volar/vscode",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"main": "out/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"directory": "packages/vscode"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@volar/language-server": "1.6.
|
|
17
|
-
"@volar/source-map": "1.6.
|
|
16
|
+
"@volar/language-server": "1.6.1",
|
|
17
|
+
"@volar/source-map": "1.6.1",
|
|
18
18
|
"typesafe-path": "^0.2.2",
|
|
19
19
|
"vscode-nls": "^5.2.0"
|
|
20
20
|
},
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"@types/vscode": "*",
|
|
27
27
|
"vscode-languageclient": "*"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1e1e99f43ff39db5432a33c8013eda706e765001"
|
|
30
30
|
}
|