Skip to content

Commit 5b2cd46

Browse files
authored
Update engine to latest VS Code release version 1.73.0 (#20146)
1 parent 2ab7e3e commit 5b2cd46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2022.18.0",
5+
"version": "2022.18.1",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},
@@ -40,7 +40,7 @@
4040
"theme": "dark"
4141
},
4242
"engines": {
43-
"vscode": "^1.73.0-insider"
43+
"vscode": "^1.73.0"
4444
},
4545
"keywords": [
4646
"python",

0 commit comments

Comments
 (0)