mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 19:09:54 +00:00
This commit is contained in:
parent
5f5772501b
commit
49b90f15bc
@ -51,7 +51,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
|
|||||||
cwd = await this.app.activeTab.session.getWorkingDirectory()
|
cwd = await this.app.activeTab.session.getWorkingDirectory()
|
||||||
}
|
}
|
||||||
let command = this.config.store.terminal.shell
|
let command = this.config.store.terminal.shell
|
||||||
let env: any = {}
|
let env: any = process.env
|
||||||
let args: string[] = []
|
let args: string[] = []
|
||||||
if (command === '~clink~') {
|
if (command === '~clink~') {
|
||||||
({ command, args } = this.shells.getClinkOptions())
|
({ command, args } = this.shells.getClinkOptions())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user