VSCode Integrated Terminal creates a separate window

后端 未结 7 1666
轻奢々
轻奢々 2021-02-19 11:45

Just installed VSCode and git bash.

I\'ve added the following lines to the settings.json file:

{
    \"terminal.integrated.shell.windows\": \"D:\\\\Prog         


        
7条回答
  •  有刺的猬
    2021-02-19 12:15

    For those using Git installed via Scoop, just use the Scoop's installation folder path:

    "terminal.integrated.shell.windows": "%USERPROFILE%\\scoop\\apps\\git\\current\\bin\\bash.exe",
    

提交回复
热议问题