Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 205a19e

Browse files
authored
Update VS Code engine and @types/vscode for APIs (microsoft#24335)
1 parent 40b29bf commit 205a19e

File tree

2 files changed

+40
-38
lines changed

2 files changed

+40
-38
lines changed

pythonExtensionApi/package-lock.json

+21-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pythonExtensionApi/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "@vscode/python-extension",
33
"description": "An API facade for the Python extension in VS Code",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"author": {
6-
"name": "Microsoft Corporation"
6+
"name": "Microsoft Corporation"
77
},
88
"keywords": [
99
"Python",
10-
"VSCode",
11-
"API"
12-
],
13-
"main": "./out/main.js",
14-
"types": "./out/main.d.ts",
15-
"engines": {
16-
"node": ">=18.17.1",
17-
"vscode": "^1.78.0"
18-
},
10+
"VSCode",
11+
"API"
12+
],
13+
"main": "./out/main.js",
14+
"types": "./out/main.d.ts",
15+
"engines": {
16+
"node": ">=18.17.1",
17+
"vscode": "^1.93.0"
18+
},
1919
"license": "MIT",
2020
"homepage": "https://github.com/microsoft/vscode-python/tree/main/pythonExtensionApi",
2121
"repository": {
@@ -26,18 +26,18 @@
2626
"url": "https://github.com/Microsoft/vscode-python/issues"
2727
},
2828
"devDependencies": {
29-
"typescript": "5.0.4",
30-
"@types/vscode": "^1.78.0",
29+
"typescript": "~5.2",
30+
"@types/vscode": "^1.93.0",
3131
"source-map": "^0.8.0-beta.0"
3232
},
3333
"scripts": {
3434
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/fail",
35-
"prepack": "npm run all:publish",
36-
"compile": "node ./node_modules/typescript/lib/tsc.js -b ./tsconfig.json",
37-
"clean": "node ../node_modules/rimraf/bin.js out",
38-
"lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src",
39-
"all": "npm run clean && npm run compile",
35+
"prepack": "npm run all:publish",
36+
"compile": "node ./node_modules/typescript/lib/tsc.js -b ./tsconfig.json",
37+
"clean": "node ../node_modules/rimraf/bin.js out",
38+
"lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src",
39+
"all": "npm run clean && npm run compile",
4040
"formatTypings": "node ../node_modules/eslint/bin/eslint.js --fix ./out/main.d.ts",
41-
"all:publish": "git clean -xfd . && npm install && npm run compile && npm run formatTypings"
41+
"all:publish": "git clean -xfd . && npm install && npm run compile && npm run formatTypings"
4242
}
4343
}

0 commit comments

Comments
 (0)