提交 49b90f15 编写于 作者: E Eugene Pankov

inherit session environment (fixes #119, fixes #125, fixes #124, fixes #129)

上级 5f577250
......@@ -51,7 +51,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
cwd = await this.app.activeTab.session.getWorkingDirectory()
}
let command = this.config.store.terminal.shell
let env: any = {}
let env: any = process.env
let args: string[] = []
if (command === '~clink~') {
({ command, args } = this.shells.getClinkOptions())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册