= 2020-11-27 = == VS Code + Cmder == - https://code.visualstudio.com/docs/editor/integrated-terminal#_can-i-use-cmders-shell-with-the-terminal-on-windows - https://github.com/cmderdev/cmder/wiki/Seamless-VS-Code-Integration - [[Image(vscode-terminal-setting.png)]] - add following setting to `setting.js` {{{ "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", "terminal.integrated.shellArgs.windows": ["/K", "e:\\writable\\scoop\\apps\\cmder\\current\\vendor\\bin\\vscode_init.cmd"], }}}