Skip to content

Commit 51ac6f2

Browse files
committed
Fix it.
1 parent 61cc7ed commit 51ac6f2

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6784,7 +6784,7 @@
67846784
"xml2js": "^0.6.2"
67856785
},
67866786
"dependencies": {
6787-
"@github/copilot-language-server": "^1.435.0",
6787+
"@github/copilot-language-server": "1.434.0",
67886788
"@vscode/extension-telemetry": "^1.5.0",
67896789
"chokidar": "^3.6.0",
67906790
"comment-json": "^4.5.1",

Extension/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,49 +91,49 @@
9191
"@eslint/core" "^0.17.0"
9292
levn "^0.4.1"
9393

94-
"@github/copilot-language-server-darwin-arm64@1.435.0":
94+
"@github/copilot-language-server-darwin-arm64@1.434.0":
9595
version "1.434.0"
9696
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server-darwin-arm64/-/copilot-language-server-darwin-arm64-1.434.0.tgz#23eaa733096f19900d3cc1f76d602407e37290a7"
9797
integrity sha1-I+qnMwlvGZANPMH3bWAkB+NykKc=
9898

99-
"@github/copilot-language-server-darwin-x64@1.435.0":
99+
"@github/copilot-language-server-darwin-x64@1.434.0":
100100
version "1.434.0"
101101
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server-darwin-x64/-/copilot-language-server-darwin-x64-1.434.0.tgz#3d2c6ababe98460e5653dab9cd6af76f096a1f40"
102102
integrity sha1-PSxqur6YRg5WU9q5zWr3bwlqH0A=
103103

104-
"@github/copilot-language-server-linux-arm64@1.435.0":
104+
"@github/copilot-language-server-linux-arm64@1.434.0":
105105
version "1.434.0"
106106
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server-linux-arm64/-/copilot-language-server-linux-arm64-1.434.0.tgz#c66943a7097a2fe4b14202d696b109807b3186ac"
107107
integrity sha1-xmlDpwl6L+SxQgLWlrEJgHsxhqw=
108108

109-
"@github/copilot-language-server-linux-x64@1.435.0":
109+
"@github/copilot-language-server-linux-x64@1.434.0":
110110
version "1.434.0"
111111
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server-linux-x64/-/copilot-language-server-linux-x64-1.434.0.tgz#05107eddeb18370c10b7b8c0322153c3d6f75a37"
112112
integrity sha1-BRB+3esYNwwQt7jAMiFTw9b3Wjc=
113113

114-
"@github/copilot-language-server-win32-arm64@1.435.0":
114+
"@github/copilot-language-server-win32-arm64@1.434.0":
115115
version "1.434.0"
116116
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server-win32-arm64/-/copilot-language-server-win32-arm64-1.434.0.tgz#43f960f41595e2375cdbf8fef2b344963ce05476"
117117
integrity sha1-Q/lg9BWV4jdc2/j+8rNEljzgVHY=
118118

119-
"@github/copilot-language-server-win32-x64@1.435.0":
119+
"@github/copilot-language-server-win32-x64@1.434.0":
120120
version "1.434.0"
121121
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server-win32-x64/-/copilot-language-server-win32-x64-1.434.0.tgz#4af0fcdbc79f3c2fd8641f6d64b17aec23e87097"
122122
integrity sha1-SvD828efPC/YZB9tZLF67CPocJc=
123123

124-
"@github/copilot-language-server@^1.435.0":
125-
version "1.435.0"
126-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server/-/copilot-language-server-1.435.0.tgz#a98ceeb9dd0bfbf08f88dd6e30781c18122796f8"
127-
integrity sha1-qYzuud0L+/CPiN1uMHgcGBInlvg=
124+
"@github/copilot-language-server@1.434.0":
125+
version "1.434.0"
126+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server/-/copilot-language-server-1.434.0.tgz#be4ccd6569033c4da660a30281bdfda2099b7a55"
127+
integrity sha1-vkzNZWkDPE2mYKMCgb39ogmbelU=
128128
dependencies:
129129
vscode-languageserver-protocol "^3.17.5"
130130
optionalDependencies:
131-
"@github/copilot-language-server-darwin-arm64" "1.435.0"
132-
"@github/copilot-language-server-darwin-x64" "1.435.0"
133-
"@github/copilot-language-server-linux-arm64" "1.435.0"
134-
"@github/copilot-language-server-linux-x64" "1.435.0"
135-
"@github/copilot-language-server-win32-arm64" "1.435.0"
136-
"@github/copilot-language-server-win32-x64" "1.435.0"
131+
"@github/copilot-language-server-darwin-arm64" "1.434.0"
132+
"@github/copilot-language-server-darwin-x64" "1.434.0"
133+
"@github/copilot-language-server-linux-arm64" "1.434.0"
134+
"@github/copilot-language-server-linux-x64" "1.434.0"
135+
"@github/copilot-language-server-win32-arm64" "1.434.0"
136+
"@github/copilot-language-server-win32-x64" "1.434.0"
137137

138138
"@gulp-sourcemaps/identity-map@^2.0.1":
139139
version "2.0.1"

0 commit comments

Comments
 (0)