Integrating Bash on Windows(Linux subsystem) into VSCode
VSCode is the best code editing software, which has a lot of useful features for increasing productivity Now i am gonna say how we can integrate Bash on Ubuntu on Windows in VSCode step 1: open your VSCode step 2:open the settings from (File => Preferences => User Settings) or use command pallet for windows (ctrl+shift+p) open the settings json file step 3: add the following line and save “terminal.integrated.shell.windows”: “C:\\Windows\\sysnative\\bash.exe”