settings.json을 다음과 같이 수정한다.
{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"workbench.sideBar.location": "left",
"javascript.suggest.autoImports": false,
"typescript.suggest.autoImports": false,
"window.zoomLevel": 0,
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
"explorer.autoReveal": false,
"powermode.enabled": true,
"powermode.enableShake": false,
"powermode.explosionSize": 10
}
'Developments > Service' 카테고리의 다른 글
HTTP 오류코드 및 설명 (0) | 2019.12.03 |
---|---|
REST API Naming RULES! (0) | 2019.11.27 |
앱-프론트앤드 기본 구성 (0) | 2019.10.02 |
웹-프론트앤드 서버 기본 구성 (0) | 2019.10.02 |
백앤드 서버 기본 구성 (0) | 2019.10.02 |