diff --git a/.vscode/notebooks/endgame.github-issues b/.vscode/notebooks/endgame.github-issues index 7ea7ae6cbbcbd8..96447231a537ba 100644 --- a/.vscode/notebooks/endgame.github-issues +++ b/.vscode/notebooks/endgame.github-issues @@ -7,7 +7,7 @@ { "kind": 2, "language": "github-issues", - "value": "$MILESTONE=milestone:\"1.133.0\"\n\n$TPI_CREATION=2026-03-23 // Used to find fixes that need to be verified" + "value": "$MILESTONE=milestone:\"1.134.0\"\n\n$TPI_CREATION=2026-03-23 // Used to find fixes that need to be verified" }, { "kind": 1, diff --git a/.vscode/notebooks/my-endgame.github-issues b/.vscode/notebooks/my-endgame.github-issues index 6eee41d5bca7c9..f67b4ca78408f6 100644 --- a/.vscode/notebooks/my-endgame.github-issues +++ b/.vscode/notebooks/my-endgame.github-issues @@ -7,7 +7,7 @@ { "kind": 2, "language": "github-issues", - "value": "$MILESTONE=milestone:\"1.133.0\"\n\n$MINE=assignee:@me" + "value": "$MILESTONE=milestone:\"1.134.0\"\n\n$MINE=assignee:@me" }, { "kind": 2, diff --git a/extensions/copilot/package-lock.json b/extensions/copilot/package-lock.json index 5b30c54e514379..33165362ab60f5 100644 --- a/extensions/copilot/package-lock.json +++ b/extensions/copilot/package-lock.json @@ -1,12 +1,12 @@ { "name": "copilot-chat", - "version": "0.62.0", + "version": "0.63.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copilot-chat", - "version": "0.62.0", + "version": "0.63.0", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { @@ -143,7 +143,7 @@ "engines": { "node": ">=22.14.0", "npm": ">=9.0.0", - "vscode": "^1.134.0" + "vscode": "^1.135.0" } }, "node_modules/@anthropic-ai/sdk": { diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json index 84fcb6ac8f434e..294c767c075e58 100644 --- a/extensions/copilot/package.json +++ b/extensions/copilot/package.json @@ -2,7 +2,7 @@ "name": "copilot-chat", "displayName": "GitHub Copilot", "description": "AI chat features powered by Copilot", - "version": "0.62.0", + "version": "0.63.0", "build": "1", "completionsCoreVersion": "1.378.1799", "internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917", @@ -22,7 +22,7 @@ "icon": "assets/copilot.png", "pricing": "Trial", "engines": { - "vscode": "^1.134.0", + "vscode": "^1.135.0", "npm": ">=9.0.0", "node": ">=22.14.0" }, diff --git a/package-lock.json b/package-lock.json index 8ec43b7b2cb8c9..0b3e10047d838a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-oss-dev", - "version": "1.134.0", + "version": "1.135.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-oss-dev", - "version": "1.134.0", + "version": "1.135.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b24bb7f3a88056..7916d34c223886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-oss-dev", - "version": "1.134.0", + "version": "1.135.0", "distro": "c125b2a2432ff78b2d1f7b8ed8b0c67cf3af6187", "author": { "name": "Microsoft Corporation"