Skip to content

Commit

Permalink
Update engine to latest VS Code release version 1.73.0 (#20146)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Nov 3, 2022
1 parent 2ab7e3e commit 5b2cd46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
"version": "2022.18.0",
"version": "2022.18.1",
"featureFlags": {
"usingNewInterpreterStorage": true
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.73.0-insider"
"vscode": "^1.73.0"
},
"keywords": [
"python",
Expand Down

0 comments on commit 5b2cd46

Please sign in to comment.