Techstack Media
Support the initiative by donating to a better learning platform.
23/07/2021
Check out this short demo on how to integrate Cmder (or any other terminal - Hyper, Git, etc) in Visual Studio Code.
Since the latest version of VSCode, it is recommended to use the syntax below:
"terminal.integrated.profiles.windows": {
"cmder": {
"path": "C:\\WINDOWS\\System32\\cmd.exe",
"args": ["/K", "C:\\Users\\Name\\Documents\\cmder\\vendor\\git-for-windows\\bin\\bash.exe"]
}
},
"terminal.integrated.defaultProfile.windows": "cmder",
Note: The args path is based on the demo in this tutorial (windows).
Github is now integrated into VSCode by default.
The syntax used in the video is no longer advisable to use.
Check out the documentation: https://code.visualstudio.com/docs/editor/integrated-terminal -i-use-cmders-shell-with-the-terminal-on-windows
https://youtu.be/N-Eu7g8Zv7o
Demo: Integrating Cmder in VS Code Check out this short demo on how to integrate Cmder (or any other terminal - Hyper, Git, etc) in Visual Studio Code.Since the latest version of VSCode, it is...
Click here to claim your Sponsored Listing.