티스토리 뷰

비주얼스튜디오 다운로드 및 설치

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

 

 

체크박스를 모두 체크해줍니다. (권장)

 

 

테마 변경 (다크, 라이트)

 

파일 > 속성 > 컬러 테마 > 라이트 (선택)

 

화면을 한글 표기로 변경

 

 

설치(install) 후 재실행 합니다.

 

F5 디버깅 자동화

아래 적색부분을 추가합니다.

vscode의 디버깅 기능화 F5버튼으로 컴파일후 자동 실행할 수 있다 .

F5 누를때마다 디버그 콘솔이 뜬다

1
2
3
4
5
6
7
8
9
10
{
    "workbench.colorTheme""Visual Studio Light",
    "terminal.integrated.shell.windows""C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "workbench.iconTheme""vscode-icons",
    "explorer.confirmDelete"false,
    "debug.onTaskErrors""debugAnyway",
    "debug.internalConsoleOptions":"openOnSessionStart",
    "vsicons.associations.fileDefault.file": {
    }
}
cs

 

◆ emmet 설정

https://parksrazor.tistory.com/manage/newpost/267?type=post&returnURL=https%3A%2F%2Fparksrazor.tistory.com%2F267

 

TISTORY

나를 표현하는 블로그를 만들어보세요.

www.tistory.com

 

 

 

 

 

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함