본문 바로가기
utils

[vscode] 기본 terminal 변경.

by ds31x 2024. 3. 12.

Windows에선
ctrl + ` 로 열리는 terminal이 기본으로는 powershelll(PS)인데
기본으로 설치된 PS는 버전도 낮고 쓰기가 불편하다.

 

때문에 command prompt (cmd) 를 쓰도록 변경하는게 보다 편한 경우가 많다.

 

변경은 ctrl + ,를 통해 "설정"을 열고,
상단의 검색에서 shell로 검색을 한 이후,
보이는 panel에서 Terminal>Integrated>DefaultProfile:Windows를 찾아서
command prompt로 선택한 후 vscode를 재시작하면됨.

 


같이보면 좋은 자료들

2025.01.17 - [utils] - [summary] vscode

 

[summary] vscode

vscode 소개 (visual studio 와 비교)https://ds31x.blogspot.com/2023/07/env-visual-studio-code-and-visual-studio.html?view=classic [Env] Visual Studio Code and Visual StudioVisual Studio Code (vscode)는 Visual Studio와 달리, code editor임을 강

ds31x.tistory.com


 

'utils' 카테고리의 다른 글

[Utils] vim (or nvim) 에서의 register  (1) 2024.06.02
[CE] Hashing  (0) 2024.04.29
[linux] bat  (0) 2024.01.30
[vim] clipboard 와 mouse selection 사용하기 : Neovim  (1) 2024.01.05
[vim] Neovim 설치 : A Project that seeks to extend Vim.  (0) 2024.01.01