Skip to content

Commit 10a1614

Browse files
authored
Update version for release (#24560)
1 parent fde203e commit 10a1614

File tree

3 files changed

+46
-40
lines changed

3 files changed

+46
-40
lines changed

Diff for: build/azure-pipeline.stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extends:
102102
project: 'Monaco'
103103
definition: 593
104104
buildVersionToDownload: 'latestFromBranch'
105-
branchName: 'refs/heads/release/2024.20'
105+
branchName: 'refs/heads/release/2024.22'
106106
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
107107
artifactName: 'bin-$(vsceTarget)'
108108
itemPattern: |

Diff for: package-lock.json

+44-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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": "2024.21.0-dev",
5+
"version": "2024.22.0-rc",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)