nugawiki

./categories/tech

VSCode .tpl → HTML 연결

업데이트 2026-07-21 조회수

현재 파일만

상태바 Plain Text → HTML 선택

전역 (settings.json)

File > Preferences > Settingsfiles.associations 검색 → Edit in settings.json

"files.associations": {
  "*.tpl": "html"
}

다른 확장자도 동일하게 매핑.

./comments