Skip to content

Commit

Permalink
Update version and packages for release candidate (#22127)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Oct 2, 2023
1 parent 66c7db6 commit aeee067
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 38 deletions.
93 changes: 57 additions & 36 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 (multi-threaded, remote), code formatting, refactoring, unit tests, and more.",
"version": "2023.17.0-dev",
"version": "2023.18.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.6.7" # can also be "latest"
DEBUGGER_VERSION = "1.8.0" # can also be "latest"


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

0 comments on commit aeee067

Please sign in to comment.