Skip to content

Commit

Permalink
Point release to roll back debugpy to 1.6.3 (#20369)
Browse files Browse the repository at this point in the history
Closes #20355
  • Loading branch information
brettcannon committed Dec 12, 2022
1 parent b1c5b45 commit 81ee21b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.20.0",
"version": "2022.20.1",
"featureFlags": {
"usingNewInterpreterStorage": true
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.74.0-insider"
"vscode": "^1.74.0"
},
"keywords": [
"python",
Expand Down
2 changes: 1 addition & 1 deletion pythonFiles/install_debugpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
DEBUGGER_PACKAGE = "debugpy"
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp310",)
DEBUGGER_VERSION = "1.6.4" # can also be "latest"
DEBUGGER_VERSION = "1.6.3" # can also be "latest"


def _contains(s, parts=()):
Expand Down

0 comments on commit 81ee21b

Please sign in to comment.