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).
The same procedure works for Git - Download git at https://git-scm.com/downloads
First check if Git is 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/ed...
#vscode #visualstudiocode #terminal #git #techstackmedia #webdev #DEVCommunity #100DaysOfCode #opensource #codenewbies #womenwhocode #html #webdevelopment #windows #mac #os #operatingsystem