Skip to content

Commit 22fc3a8

Browse files
committed
Be specific about proposed APIs version
1 parent d0a068c commit 22fc3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
"test": "node ./out/test/runTest.js",
12041204
"lint": "eslint src/**",
12051205
"lint-fix": "eslint --fix src/**",
1206-
"download-api": "vscode-dts dev",
1206+
"download-api": "vscode-dts dev 1.65.0",
12071207
"postinstall": "npm run download-api"
12081208
},
12091209
"devDependencies": {

0 commit comments

Comments
 (0)