This commit is contained in:
Andrew Pareles 2025-05-09 03:35:18 -07:00
parent 215efed10c
commit a1bf83b5a6

View file

@ -132,6 +132,8 @@ export class TerminalToolService extends Disposable implements ITerminalToolServ
// Copy any other properties from the provided config
...config,
},
// Skip profile check to ensure the terminal is created quickly
skipContributedProfileCheck: true,
};
const terminal = await this.terminalService.createTerminal(options)