Skip to content

Commit

Permalink
Bump release 2024.2 (#22972)
Browse files Browse the repository at this point in the history
Bump release 2024.2
  • Loading branch information
anthonykim1 authored Feb 26, 2024
1 parent 39e2bee commit ade2c37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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 (Python Debugger), code formatting, refactoring, unit tests, and more.",
"version": "2024.1.0-dev",
"version": "2024.2.0-rc",
"featureFlags": {
"usingNewInterpreterStorage": true
},
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.8.0" # can also be "latest"
DEBUGGER_VERSION = "1.8.1" # can also be "latest"


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

0 comments on commit ade2c37

Please sign in to comment.