Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- tomcat
- Mac
- resource
- import
- Quartz
- bash
- vscode
- find
- 네트워크
- Windows
- plugin
- Eclipse
- maVen
- context
- VirtualBox
- web.xml
- Windows 10
- 단축키
- Source
- grep
- ssh
- xargs
- IntelliJ
- lsof
- port
- JavaScript
- netsh
- 줄바꿈 문자
- GIT
- profile
Archives
- Today
- Total
develog
[vscode] 특정 프로젝트에만 euc-kr 인코딩 설정 본문
프로젝트 폴더 .vscode/settings.json 파일에 아래 내용을 추가한다
// .vscode/settings.json
{
"files.encoding": "euckr",
"files.autoGuessEncoding": true
}
Comments