Settings for various systems in localdev.md
CMDer settings to start a new WSL console. Source Task Parameters
-icon "%USERPROFILE%\AppData\Local\lxss\bash.ico"
Start Console
set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %windir%\system32\wsl.exe -new_console'
Example: Set git path to portable git for Windows binaries
// Is git enabled
"git.enabled": true,
// Path to the git executable
"git.path": "C:\\usr\\bin\\ptbl\\PortableApps\\PortableGit\\bin\\git.exe",
Replace IP/port with your proxy
$ git config --global http.proxy http://204.1.1.129:3128