VSCode Integrated Terminal creates a separate window

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

    i was also face this issue but i solved this issue

    change path of git bash

    "terminal.integrated.shell.windows": "D:\Program Files\Git\bin\bash.exe"

    and uncheked legacy console check box in cmd Image of cmd

    0 讨论(0)
提交回复
热议问题