docs: VS Code config example (#215)
This commit is contained in:
parent
2ed8536b85
commit
1b25322bf5
@ -54,6 +54,7 @@ Add the following settings to your `settings.json`:
|
|||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true,
|
"source.fixAll.eslint": true,
|
||||||
"source.organizeImports": false,
|
"source.organizeImports": false,
|
||||||
|
},
|
||||||
|
|
||||||
// The following is optional.
|
// The following is optional.
|
||||||
// It's better to put under project setting `.vscode/settings.json`
|
// It's better to put under project setting `.vscode/settings.json`
|
||||||
@ -71,7 +72,6 @@ Add the following settings to your `settings.json`:
|
|||||||
"jsonc",
|
"jsonc",
|
||||||
"yaml"
|
"yaml"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user