사용자 도구

사이트 도구


vscode-tips

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

vscode-tips [2020/04/14 08:25]
vscode-tips [2021/04/13 06:54] (현재)
줄 1: 줄 1:
 +<title>VS Code Tips</title>
  
 +===== 언어별 세팅 =====
 +https://stackoverflow.com/a/45671704/10130690
 +
 +  * Open the Command Palette (CtrlShiftP | macOS: ⇧⌘P)
 +  * Preferences: Configure language specific settings... (command id: workbench.action.configureLanguageBasedSettings)
 +  * Select programming language (for example TypeScript)
 +  * Add this code:
 +<code>
 +    "[typescript]": {
 +        "editor.tabSize": 2
 +    }
 +</code>
vscode-tips.txt · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)