update version to 2026.0.0 release version (#25715) · microsoft/vscode-python@72bb721

Skip to content

Navigation Menu

Sign in

Appearance settings

Commit 72bb721

update version to 2026.0.0 release version (#25715)

File tree

2 files changed

lines changed

2 files changed

lines changed

Lines changed: 2 additions & 2 deletions

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": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",

5-

"version": "2025.21.0-dev",

5+

"version": "2026.0.0",

66

"featureFlags": {

77

"usingNewInterpreterStorage": true

88

},