Skip to content

Commit 81ee21b

Browse files
authored
Point release to roll back debugpy to 1.6.3 (#20369)
Closes #20355
1 parent b1c5b45 commit 81ee21b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.20.0",
5+
"version": "2022.20.1",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},
@@ -41,7 +41,7 @@
4141
"theme": "dark"
4242
},
4343
"engines": {
44-
"vscode": "^1.74.0-insider"
44+
"vscode": "^1.74.0"
4545
},
4646
"keywords": [
4747
"python",

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
1414
DEBUGGER_PACKAGE = "debugpy"
1515
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp310",)
16-
DEBUGGER_VERSION = "1.6.4" # can also be "latest"
16+
DEBUGGER_VERSION = "1.6.3" # can also be "latest"
1717

1818

1919
def _contains(s, parts=()):

0 commit comments

Comments
 (0)