1. Extensions
2. Settings
Ctrl + Shift + P
Settings 검색
Preferences: Open User Settings (JSON) 선택
settings.json
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "Default Dark+",
"workbench.iconTheme": "vscode-icons",
"editor.tabSize": 2,
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
},
"files.associations": {
"**/*.html": "html",
"**/templates/**/*.html": "django-html",
"**/templates/**/*": "django-txt",
"**/requirements{/**,*}.{txt,in}": "pip-requirements"
},
"emmet.includeLanguages": {
"django-html": "html"
},
"workbench.startupEditor": "newUntitledFile",
"python.pythonPath": "{{개인 주소}}\\python.exe",
"python.defaultInterpreterPath": "{{개인 주소}}\\python.exe",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"python.terminal.activateEnvironment": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.alwaysShowStatus": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"eslint.validate": [
"javascript",
"typescript",
"html",
"vue"
],
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb",
"*.class": "default"
},
"remote.SSH.remotePlatform": {
"{{ip 주소}}": "linux",
"{{ip 주소}}": "linux",
"{{ip 주소}}": "linux"
},
"notebook.lineNumbers": "on",
}
Terminal -> Git Bash로 기본 설정
다크 모드
esling
jupyter notebook
python
등등의 설정이 담겨 있다.
{{개인 주소}}
{{ip 주소}} [이건 서버 접속할 때 쓰던건데 사실 필요없을 듯]
여기는 컴퓨터에 맞게 적절히 넣기
'잡담' 카테고리의 다른 글
LG는 반도체 사업 안 하나요? (0) | 2022.11.27 |
---|---|
크롬에서 유튜브 / 구글 속도 저하 문제 해결하기 (0) | 2020.08.18 |
카카오톡 사진/파일 전송시 알림 팝업 재설정하기 (다시 보지 않기 체크 후 팝업 다시보기) (4) | 2020.07.27 |
인터넷으로 찾은 추천 강릉 여행지, 맛집 지도상 위치 (0) | 2020.07.24 |
공학에서 많이 쓰이는 그리스 문자 모음 (0) | 2020.05.04 |