...

VS Code์์ cmder ์ฌ์ฉ
vs code์ ํฐ๋ฏธ๋์ ์น์นํ bash๋ cmd๊ฐ ์๋ ์๋ก๋ฌ๋กํ ๋ค ๊ธฐ๋ฅ์ cmder์ ์ค์ ํ๋ ๋ฒ์ ํฌ์คํ ํด๋ณธ๋ค.
1. Cmder ๋ค์ด
[CMDER] ๐ฝ cmder ์ค์น & ์ค์ (+๋ฌธ์๊นจ์ง ํด๊ฒฐ๋ฒ)
Cmder Cmder๋ ์๋์ฐ๊ฐ ๊ธฐ๋ณธ์ผ๋ก ์ ๊ณตํ๋ CMD ํ๊ฒฝ์ git์ ์ฌ์ฉํ๋๋ฐ ์ต์ ํํ ํ๋ก๊ทธ๋จ์ด๋ค. git์ Command ๋ฅผ ์ด์ฉํ์ฌ ์ฌ์ฉํ๋ ๊ฒ์ด ๋ชจ๋ ๊ธฐ๋ฅ์ ์ถฉ๋ถํ ์ฌ์ฉํ ์ ์๋ ๋ฐฉ๋ฒ์ด๊ธฐ ๋๋ฌธ์ด๋ค. ๋ค
inpa.tistory.com
Cmder | Console Emulator
Total portability Carry it with you on a USB stick or in the Cloud, so your settings, aliases and history can go anywhere you go. You will not see that ugly Windows prompt ever again.
cmder.net
2. Cmder C๋๋ผ์ด๋ธ์ ์ค์น

3. Settings.json ์ด๊ณ ํด๋น ์ฝ๋๋ฅผ ์ถ๊ฐ
"terminal.integrated.profiles.windows": {
"Cmder": {
"path": "${env:windir}\\System32\\cmd.exe",
"args": ["/k", "C:\\cmder\\vendor\\bin\\vscode_init.cmd"]
}
},
"terminal.integrated.defaultProfile.windows": "Cmder",
4. F1๋๋ฅด๊ณ terminal: select default profile ๊ฒ์ํ๊ณ , ๊ธฐ๋ณธ ํฐ๋ฏธ๋ ํ๋กํ์ Cmder๋ก ์ค์


์ด ๊ธ์ด ์ข์ผ์ จ๋ค๋ฉด ๊ตฌ๋ & ์ข์์
์ฌ๋ฌ๋ถ์ ๊ตฌ๋
๊ณผ ์ข์์๋
์ ์์๊ฒ ํฐ ํ์ด ๋ฉ๋๋ค.