Skip to content

Commit 99244ff

Browse files
committed
bump github action node version
1 parent 9e809ec commit 99244ff

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.vscode-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ module.exports = defineConfig([
77
workspaceFolder: 'test/projects/small',
88
files: 'out/test/**/*.test.js'
99
}
10-
]);
10+
]);

test/runTest.ts

+4-8
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,10 @@ async function main() {
3737
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
3838

3939
// span vs code process for custom setup
40-
cp.spawnSync(
41-
cliPath,
42-
[...args, '--install-extension', 'redhat.java@prerelease'],
43-
{
44-
encoding: 'utf-8',
45-
stdio: 'inherit',
46-
}
47-
);
40+
cp.spawnSync(cliPath, [...args, '--install-extension', 'redhat.java'], {
41+
encoding: 'utf-8',
42+
stdio: 'inherit',
43+
});
4844

4945
// ensrue the user data area is empty
5046
if (fs.existsSync(testUserDataPath)) {

0 commit comments

Comments
 (0)