Skip to content

Commit 3eef025

Browse files
anthonykim1karthiknadig
authored andcommitted
Bump release 2024.2 (#22972)
Bump release 2024.2
1 parent 1fbd77b commit 3eef025

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "IntelliSense (Pylance), Linting, Debugging (Python Debugger), code formatting, refactoring, unit tests, and more.",
5-
"version": "2024.1.0-dev",
5+
"version": "2024.2.0-rc",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

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.8.0" # can also be "latest"
16+
DEBUGGER_VERSION = "1.8.1" # can also be "latest"
1717

1818

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

0 commit comments

Comments
 (0)