사용자 도구

사이트 도구


vscode-tips

VS Code Tips

언어별 세팅

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:
    "[typescript]": {
        "editor.tabSize": 2
    }
vscode-tips.txt · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)