티스토리 뷰
비주얼스튜디오 다운로드 및 설치
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 설정
TISTORY
나를 표현하는 블로그를 만들어보세요.
www.tistory.com
'7. 클라우드' 카테고리의 다른 글
Pycharm 유닛 테스트 No40 (0) | 2020.08.22 |
---|---|
리눅스/깃허브/2020-08-11/ Import Local Project from Github (0) | 2020.08.11 |
카카오 신입 공채 1차 코딩 테스트 문제 해설 발췌 (0) | 2020.05.27 |
이클립스 import 와 existing 비교하기 (0) | 2020.05.24 |
[이클립스] 파일 업로드 후 이미지 바로 보이기 위한 리프레쉬 (0) | 2020.05.24 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Django
- Algorithm
- SpringBoot
- SQLAlchemy
- mariadb
- Mlearn
- terms
- tensorflow
- ERD
- intellij
- Oracle
- Eclipse
- springMVC
- React
- jQuery
- docker
- Java
- Python
- Git
- AWS
- COLAB
- database
- FLASK
- JUnit
- JPA
- Mongo
- nodejs
- KAFKA
- maven
- vscode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함