Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.17 KB

settings.md

File metadata and controls

38 lines (30 loc) · 1.17 KB

Settings for various systems in localdev.md

CMDER

WSL Console

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'

CMDER settings for a new Windows Subsystem for Linux WSL console

VS Code

settings.json

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",

Linux proxy

bash

See Linux OS settings proxy

git

Replace IP/port with your proxy

$ git config --global http.proxy http://204.1.1.129:3128