./categories/tech
VSCode .tpl → HTML 연결
현재 파일만
상태바 Plain Text → HTML 선택
전역 (settings.json)
File > Preferences > Settings → files.associations 검색 → Edit in settings.json
"files.associations": {
"*.tpl": "html"
}
다른 확장자도 동일하게 매핑.
./comments
일치하는 문서가 없습니다.
./categories/tech
상태바 Plain Text → HTML 선택
File > Preferences > Settings → files.associations 검색 → Edit in settings.json
"files.associations": {
"*.tpl": "html"
}
다른 확장자도 동일하게 매핑.
./comments