更改VS Code终端使用的位置

时间:2018-07-02 07:44:08

标签: terminal visual-studio-code vscode-settings

由于某种原因,我的VS Code终端位于某个随机文件夹中,并且每次使用它时,都必须使用扩展名来引用我的文件夹。我可以更改以使终端指向其他文件夹的任何设置吗?

2 个答案:

答案 0 :(得分:0)

如果打开文件夹,则终端应在该文件夹的根目录下打开。因此,某处可能存在配置错误。

但是,如果要指定文件夹:

// An explicit start path where the terminal will be launched, this is used as the 
// current working directory (cwd) for the shell process. This may be particularly 
// useful in workspace settings if the root directory is not a convenient cwd.
"terminal.integrated.cwd": "",

答案 1 :(得分:0)

您可以使用code -r "Working Directory"通过终端更改工作目录。