Skip to content

Commit d4a8134

Browse files
committed
Upgrade vscode test packages to respond to layout change in vscode
installation in 1.85.0
1 parent 20e60fa commit d4a8134

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"@typescript-eslint/eslint-plugin": "^5.61.0",
137137
"@typescript-eslint/parser": "^5.61.0",
138138
"@vscode/l10n-dev": "^0.0.30",
139-
"@vscode/test-electron": "2.3.4",
139+
"@vscode/test-electron": "2.3.8",
140140
"@vscode/vsce": "2.21.0",
141141
"archiver": "5.3.0",
142142
"del": "3.0.0",

test/vscodeLauncher.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ async function main() {
7070

7171
// Download VS Code, unzip it and run the integration test
7272
const exitCode = await runTests({
73-
extensionDevelopmentPath,
74-
extensionTestsPath,
73+
vscodeExecutablePath: vscodeExecutablePath,
74+
extensionDevelopmentPath: extensionDevelopmentPath,
75+
extensionTestsPath: extensionTestsPath,
7576
// Launch with info logging as anything else is way too verbose and will hide test results.
7677
launchArgs: [workspacePath, '-n', '--log', 'info'],
7778
extensionTestsEnv: process.env,

0 commit comments

Comments
 (0)