windows下vscode内置的终端改为linux终端

Posted blog of asml

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows下vscode内置的终端改为linux终端相关的知识,希望对你有一定的参考价值。

windows下vscode内置的终端改为linux终端

1: 安装git

相信看这文章的大伙知道怎么安装git,不知道有没有注意到,windows版的git,附带了一个linux终端模拟器,在安装目录:

2: 打开配置文件

依次点:文件-> 首选项->设置,来打开VS Code的配置界面

如果你看到的是一个json文件,那么就不用做后面这步.

点击右侧的这个ICON:

3. 添加以下配置

其中有两行请改为你自己的安装路径

    "editor.detectIndentation": false,
    "git.ignoreMissingGitWarning": true,
    "files.autoGuessEncoding": true,
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    "terminal.integrated.shell.windows": "C:\\\\Program Files\\\\Git\\\\bin\\\\bash.exe",
    "terminal.external.windowsExec": "C:\\\\Program Files\\\\Git\\\\bin\\\\bash.exe",

4. 重启vscode

效果图:

以上是关于windows下vscode内置的终端改为linux终端的主要内容,如果未能解决你的问题,请参考以下文章

VSCode 更改默认终端

将Ubuntu终端改为看起来像Window的Git-bash

json 将vscode的终端更改为git-bash

Mac设置终端打开VScode

vscode如何能将输出从OUTPUT改为TERMINAL或者DebugConsole

VSCode打开终端的快捷键