Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Extension/.scripts/vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export const extensionsDir = resolve(isolated, 'extensions');
export const userDir = resolve(isolated, 'user-data');
export const settings = resolve(userDir, "User", 'settings.json');

// Pin the test VS Code build; the newest stable can ship a bundle layout that the installed
// @vscode/test-electron fails to launch (macOS arm64 1.131.0 spawns Electron with ENOENT).
export const testVSCodeVersion = '1.130.0';
// Pin the test VS Code build to a known-good stable release for deterministic CI instead of
// always pulling latest. Launching macOS 1.110+ builds requires @vscode/test-electron >= 3.1.0.
export const testVSCodeVersion = '1.131.0';

export const options = {
version: testVSCodeVersion,
Expand Down
2 changes: 1 addition & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7203,7 +7203,7 @@
"@vscode/debugadapter": "^1.65.0",
"@vscode/debugprotocol": "^1.65.0",
"@vscode/dts": "^0.4.0",
"@vscode/test-electron": "^2.3.10",
"@vscode/test-electron": "^3.1.0",
"@vscode/vsce": "^3.9.2",
"async-child-process": "^1.1.1",
"await-notify": "^1.0.1",
Expand Down
22 changes: 11 additions & 11 deletions Extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,10 @@
"@microsoft/1ds-post-js" "^4.3.4"
"@microsoft/applicationinsights-web-basic" "^3.3.4"

"@vscode/test-electron@^2.3.10":
version "2.5.2"
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@vscode/test-electron/-/test-electron-2.5.2.tgz#f7d4078e8230ce9c94322f2a29cc16c17954085d"
integrity sha1-99QHjoIwzpyUMi8qKcwWwXlUCF0=
"@vscode/test-electron@^3.1.0":
version "3.1.0"
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@vscode/test-electron/-/test-electron-3.1.0.tgz#46b93d118dcd3b3c89caae296a13f9a7f5eb63c5"
integrity sha1-Rrk9EY3NOzyJyq4pahP5p/XrY8U=
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand Down Expand Up @@ -1744,20 +1744,20 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

brace-expansion@^5.0.2:
version "5.0.8"
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/brace-expansion/-/brace-expansion-5.0.8.tgz#135ad0d8d808eb18eb5e0ec9a21f3a0b92ef18cf"
integrity sha1-E1rQ2NgI6xjrXg7Joh86C5LvGM8=
dependencies:
balanced-match "^4.0.2"

brace-expansion@^2.0.1:
version "2.1.2"
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/brace-expansion/-/brace-expansion-2.1.2.tgz#0bba2271feb7d458b0d31ad13625aaa4754431e2"
integrity sha1-C7oicf631Fiw0xrRNiWqpHVEMeI=
dependencies:
balanced-match "^1.0.0"

brace-expansion@^5.0.2:
version "5.0.8"
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/brace-expansion/-/brace-expansion-5.0.8.tgz#135ad0d8d808eb18eb5e0ec9a21f3a0b92ef18cf"
integrity sha1-E1rQ2NgI6xjrXg7Joh86C5LvGM8=
dependencies:
balanced-match "^4.0.2"

braces@^3.0.3, braces@~3.0.2:
version "3.0.3"
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
Expand Down
Loading