diff --git a/package-lock.json b/package-lock.json index d974b78a8244..4883e537d0d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.5.0-dev", + "version": "2024.6.0-rc", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.5.0-dev", + "version": "2024.6.0-rc", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", @@ -117,7 +117,7 @@ "yargs": "^15.3.1" }, "engines": { - "vscode": "^1.86.0" + "vscode": "^1.89.0-20240415" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 0f772d5b76f5..68e743868d1f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.", - "version": "2024.5.0-dev", + "version": "2024.6.0-rc", "featureFlags": { "usingNewInterpreterStorage": true },