Skip to content

Commit 1186432

Browse files
Merge release/2022.20 into main (#20374)
Co-authored-by: Eleanor Boyd <[email protected]>
1 parent 15b9815 commit 1186432

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)