I would like to use Cygwin as an integrated terminal in Visual Studio Code on my Windows laptop (as this will give me the opportunity to use the Linux git and g ++ terminal commands, etc.), but when I set the value to "terminal.integrated.shell.windows":to the address of the Cygwin ( .exe) application , then it opens a new Cygwin terminal, and does not remain in VS Code.
So my question is: can I use Cygwin integrated into the VS Code terminal and use it to use commands ( mkdir, rmetc.) on it, but also use git commands and use it as an integrated compiler and debugger (usually but not for C ++)? And how would I do that?
source
share