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 3
3
"displayName" : " Typescript Vscode Plugin" ,
4
4
"version" : " 1.0.0" ,
5
5
"license" : " MIT" ,
6
- "contributes" : {},
6
+ "contributes" : {
7
+ "typescriptServerPlugins" : [
8
+ {
9
+ "name" : " my-typescript-plugin-id" ,
10
+ "enableForWorkspaceTypeScriptVersions" : true
11
+ }
12
+ ]
13
+ },
7
14
"categories" : [
8
15
" Other"
9
16
],
15
22
"lint" : " eslint src/**"
16
23
},
17
24
"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 " ,
21
28
"my-typescript-plugin-id" : " workspace:*" ,
22
- "typescript" : " ^4.4 .4"
29
+ "typescript" : " ^4.5 .4"
23
30
},
24
31
"dependencies" : {
25
32
"eslint" : " ^8.7.0" ,
26
33
"eslint-config-zardoy" : " ^0.2.8" ,
27
- "vscode-framework" : " ^0.0.17 "
34
+ "vscode-framework" : " ^0.0.18 "
28
35
}
29
36
}
You can’t perform that action at this time.
0 commit comments