由于某种原因,我的VS Code终端位于某个随机文件夹中,并且每次使用它时,都必须使用扩展名来引用我的文件夹。我可以更改以使终端指向其他文件夹的任何设置吗?
答案 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"
通过终端更改工作目录。