vscode配置新shell

时间:2016-11-15 18:29:16

标签: shell visual-studio-code

您好我正在尝试重新配置我的vscode proyect的终端,以使用.bat脚本提供的终端,其工作方式如下:

shell.bat CHANGE_PATH <path where the shell open>

我像这样配置我的tterminal

{
    "terminal.integrated.shell.windows": "<path to shell.bat>",
    "terminal.integrated.shellArgs.windows": ["CHANGE_PATH","${workspaceRoot}"]
}

但是$ {workspaceRoot}变量不起作用,shell在其默认路径上打开

0 个答案:

没有答案