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