File tree Expand file tree Collapse file tree 3 files changed +137
-80
lines changed
Expand file tree Collapse file tree 3 files changed +137
-80
lines changed Original file line number Diff line number Diff line change 33 "displayName" : " Typescript Vscode Plugin" ,
44 "version" : " 1.0.0" ,
55 "license" : " MIT" ,
6- "contributes" : {},
6+ "contributes" : {
7+ "typescriptServerPlugins" : [
8+ {
9+ "name" : " my-typescript-plugin-id" ,
10+ "enableForWorkspaceTypeScriptVersions" : true
11+ }
12+ ]
13+ },
714 "categories" : [
815 " Other"
916 ],
1522 "lint" : " eslint src/**"
1623 },
1724 "devDependencies" : {
18- "@types/node" : " ^16.11.6 " ,
19- "@types/vscode" : " ^1.61.0 " ,
20- "@zardoy/tsconfig" : " ^1.2.2 " ,
25+ "@types/node" : " ^16.11.21 " ,
26+ "@types/vscode" : " ^1.63.1 " ,
27+ "@zardoy/tsconfig" : " ^1.3.1 " ,
2128 "my-typescript-plugin-id" : " workspace:*" ,
22- "typescript" : " ^4.4 .4"
29+ "typescript" : " ^4.5 .4"
2330 },
2431 "dependencies" : {
2532 "eslint" : " ^8.7.0" ,
2633 "eslint-config-zardoy" : " ^0.2.8" ,
27- "vscode-framework" : " ^0.0.17 "
34+ "vscode-framework" : " ^0.0.18 "
2835 }
2936}
You can’t perform that action at this time.
0 commit comments