VSCode Integrated Terminal creates a separate window

后端 未结 7 1710
轻奢々
轻奢々 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:20

    Not sure about all but in my case, git bash location is changed into the appdata instead of programming file, so you can use same as mentioned:

    "terminal.integrated.shell.windows": "C:\\Users\\{user_name}\\AppData\\Local\\Programs\\Git\\bin\\bash.exe",
    

提交回复
热议问题