diff --git a/docs/Docs.code-workspace b/docs/Docs.code-workspace index fd6ff02..70843fc 100644 --- a/docs/Docs.code-workspace +++ b/docs/Docs.code-workspace @@ -64,9 +64,9 @@ "editor.tabSize": 2, "editor.detectIndentation": false, "editor.codeActionsOnSave": { - "source.fixAll": false, - "source.fixAll.eslint": true, - "source.organizeImports": false + "source.fixAll": "never", + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" }, "editor.guides.bracketPairs": "active", "editor.renderWhitespace": "boundary",