1 parent bfa00af commit fb199beCopy full SHA for fb199be
1 file changed
plugins/code-server/test/_utils.ts
@@ -112,6 +112,8 @@ export function createFakeHubTerminals(): FakeHubTerminals {
112
cwd: executeOptions.cwd,
113
env: { ...process.env, ...executeOptions.env },
114
stdio: ['ignore', 'pipe', 'pipe'],
115
+ windowsHide: true,
116
+ shell: process.platform === 'win32' && executeOptions.command.endsWith('.cmd'),
117
})
118
const session: FakeHubSession = {
119
...terminal,
0 commit comments