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 | 29 | 30 |
Tags
- Source
- Quartz
- vscode
- GIT
- VirtualBox
- grep
- resource
- import
- lsof
- maVen
- 단축키
- ssh
- web.xml
- context
- Mac
- profile
- JavaScript
- find
- port
- IntelliJ
- netsh
- 줄바꿈 문자
- Eclipse
- Windows
- xargs
- plugin
- 네트워크
- tomcat
- bash
- Windows 10
Archives
- Today
- Total
develog
[vscode] 특정 프로젝트에만 euc-kr 인코딩 설정 본문
프로젝트 폴더 .vscode/settings.json 파일에 아래 내용을 추가한다
// .vscode/settings.json
{
"files.encoding": "euckr",
"files.autoGuessEncoding": true
}
Comments