mirror of
https://github.com/facebook/react.git
synced 2026-02-26 02:25:04 +00:00
[vscode] update settings for v1.85
See https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto
This commit is contained in:
9
compiler/.vscode/settings.json
vendored
9
compiler/.vscode/settings.json
vendored
@@ -1,13 +1,8 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"[typescript]": {
|
||||
"[typescript][typescriptreact]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
"source.organizeImports": "explicit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user