Skip to content

Commit c196c1e

Browse files
committed
Try to use other versions.
1 parent 0142fdd commit c196c1e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6590,7 +6590,7 @@
65906590
"xml2js": "^0.6.2"
65916591
},
65926592
"dependencies": {
6593-
"@github/copilot-language-server": "^1.273.0",
6593+
"@github/copilot-language-server": "1.266.0",
65946594
"@vscode/extension-telemetry": "^0.9.6",
65956595
"chokidar": "^3.6.0",
65966596
"comment-json": "^4.2.3",
@@ -6613,7 +6613,7 @@
66136613
"which": "^2.0.2"
66146614
},
66156615
"resolutions": {
6616-
"postcss": "^8.5.3",
6616+
"postcss": "8.5.1||7.0.16",
66176617
"gulp-typescript/**/glob-parent": "^5.1.2"
66186618
}
66196619
}

Extension/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
5656
integrity sha1-3mM9s+wu9qPIni8ZA4Bj6KEi4sI=
5757

58-
"@github/copilot-language-server@^1.273.0":
59-
version "1.273.0"
60-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server/-/copilot-language-server-1.273.0.tgz#561094fc0d832acae173c40549cd95d27a648fbc"
61-
integrity sha1-VhCU/A2DKsrhc8QFSc2V0npkj7w=
58+
"@github/copilot-language-server@1.266.0":
59+
version "1.266.0"
60+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server/-/copilot-language-server-1.266.0.tgz#fbdbc4843a036e9f5b7c4f88024e17fa4bb8fb1d"
61+
integrity sha1-+9vEhDoDbp9bfE+IAk4X+ku4+x0=
6262
dependencies:
6363
vscode-languageserver-protocol "^3.17.5"
6464

@@ -3906,10 +3906,10 @@ possible-typed-array-names@^1.0.0:
39063906
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz#93e3582bc0e5426586d9d07b79ee40fc841de4ae"
39073907
integrity sha1-k+NYK8DlQmWG2dB7ee5A/IQd5K4=
39083908

3909-
postcss@^7.0.16, postcss@^8.5.3:
3910-
version "8.5.3"
3911-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
3912-
integrity sha1-FGO28cf7Fv4lhzbLopot41I36vs=
3909+
postcss@8.5.1||7.0.16, postcss@^7.0.16:
3910+
version "8.5.1"
3911+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
3912+
integrity sha1-4icqH4qAf6+kEyGCRWMLXbEKMhQ=
39133913
dependencies:
39143914
nanoid "^3.3.8"
39153915
picocolors "^1.1.1"

0 commit comments

Comments
 (0)