mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-18 01:19:53 +00:00
Update sessions.service.ts
This commit is contained in:
parent
a47862e0a8
commit
e452a825c6
@ -132,7 +132,7 @@ export class Session extends BaseSession {
|
|||||||
cwd,
|
cwd,
|
||||||
env: env,
|
env: env,
|
||||||
// `1` instead of `true` forces ConPTY even if unstable
|
// `1` instead of `true` forces ConPTY even if unstable
|
||||||
experimentalUseConpty: (isWindowsBuild(WIN_BUILD_CONPTY_SUPPORTED) && this.config.store.terminal.useConPTY ? 1 : false) as any,
|
useConpty: (isWindowsBuild(WIN_BUILD_CONPTY_SUPPORTED) && this.config.store.terminal.useConPTY ? 1 : false) as any,
|
||||||
})
|
})
|
||||||
|
|
||||||
this.guessedCWD = cwd || null
|
this.guessedCWD = cwd || null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user