Explitly sort the code actions (#3183)

This commit is contained in:
Fleny
2023-11-19 19:24:57 +01:00
committed by GitHub
parent 2c2ae61066
commit c22a67b588

View File

@@ -2,10 +2,7 @@
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
},
"editor.codeActionsOnSave": ["source.organizeImports", "source.fixAll.eslint"],
"eslint.validate": ["typescript", "javascript"],
"files.associations": {
"*.ts": "typescript",