Changes between Initial Version and Version 1 of jazz/20-11-27


Ignore:
Timestamp:
Nov 27, 2020, 4:10:05 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-11-27

    v1 v1  
     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}}}