mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
faster
This commit is contained in:
parent
215efed10c
commit
a1bf83b5a6
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue