Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio code VSCode不是';t重新安装时更改默认设置_Visual Studio Code - Fatal编程技术网

Visual studio code VSCode不是';t重新安装时更改默认设置

Visual studio code VSCode不是';t重新安装时更改默认设置,visual-studio-code,Visual Studio Code,我之前配置了VSCode,将Fish用作默认shell。在决定要更改它之后,我重新安装了VSCode。但是,即使在安装之后,默认设置也没有更改。它们看起来像这样 // The path of the shell that the terminal uses on Linux. "terminal.integrated.shell.linux": "/usr/local/bin/fish", // The path of the shell that the terminal use

我之前配置了VSCode,将Fish用作默认shell。在决定要更改它之后,我重新安装了VSCode。但是,即使在安装之后,默认设置也没有更改。它们看起来像这样

  // The path of the shell that the terminal uses on Linux.
  "terminal.integrated.shell.linux": "/usr/local/bin/fish",

  // The path of the shell that the terminal uses on OS X.
  "terminal.integrated.shell.osx": "/usr/local/bin/fish"

我已尝试在用户设置中覆盖这些设置,但无效,因为我没有安装fish,所以终端不会启动。

打开原始默认设置时,是否看到
fish
设置?打开命令选项板,键入
原始默认设置
查看这些设置。也许
默认设置
命令会有所帮助?@ShaunLuttin是的,它仍然显示为```//终端在Linux上使用的shell路径。“terminal.integrated.shell.linux”:“/usr/local/bin/fish”//终端在OS X上使用的shell路径。“terminal.integrated.shell.osx”:“/usr/local/bin/fish”,“``@paulstellian这是CLI命令还是命令调色板命令?这些不是vscode中这些设置的默认值。您可能正在查看您的用户设置。如果没有,可能会发布一个你所看到的屏幕截图。