Skip to content

Commit 690bf5b

Browse files
committed
first working prototype!
1 parent 983667d commit 690bf5b

File tree

3 files changed

+137
-80
lines changed

3 files changed

+137
-80
lines changed

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
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
],
@@ -15,15 +22,15 @@
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
}

0 commit comments

Comments
 (0)