diff --git a/documentation/documentation.code-workspace b/documentation/documentation.code-workspace index 7f8592c53a..3d61e39369 100644 --- a/documentation/documentation.code-workspace +++ b/documentation/documentation.code-workspace @@ -1,38 +1,31 @@ { - "folders": [ - { - "path": "." - } - ], - "settings": { - "editor.codeActionsOnSave": { - "source.organizeImports": true, - "source.fixAll": true, - "source.fixAll.eslint": true - }, - "editor.formatOnPaste": true, - "editor.tabSize": 2, - "editor.detectIndentation": false, - "editor.insertSpaces": true, - "html.format.wrapLineLength": 100, - "html.format.wrapAttributes": "force-aligned", - "html.format.contentUnformatted": "pre,code,textarea, span", - "html.format.endWithNewline": true, - "javascript.preferences.quoteStyle": "double", - "javascript.updateImportsOnFileMove.enabled": "always", - "jest.disabledWorkspaceFolders": [ - "node_modules", - "history.md" - ], - "typescript.preferences.quoteStyle": "double", - "typescript.updateImportsOnFileMove.enabled": "always", - "cSpell.words": [ - "Exif", - "Starsky", - "colorclass", - "unmount" - ], - "typescript.tsdk": "clientapp/node_modules/typescript/lib", - "editor.formatOnSave": true, - } -} \ No newline at end of file + "folders": [ + { + "path": "." + } + ], + "settings": { + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit", + "source.fixAll": "explicit", + "source.fixAll.eslint": "explicit" + }, + "editor.formatOnPaste": true, + "editor.tabSize": 2, + "editor.detectIndentation": false, + "editor.insertSpaces": true, + "html.format.wrapLineLength": 100, + "html.format.wrapAttributes": "force-aligned", + "html.format.contentUnformatted": "pre,code,textarea, span", + "html.format.endWithNewline": true, + "javascript.preferences.quoteStyle": "double", + "javascript.updateImportsOnFileMove.enabled": "always", + "jest.disabledWorkspaceFolders": ["node_modules", "history.md"], + "typescript.preferences.quoteStyle": "double", + "typescript.updateImportsOnFileMove.enabled": "always", + "cSpell.words": ["Exif", "Starsky", "colorclass", "unmount"], + "typescript.tsdk": "clientapp/node_modules/typescript/lib", + "editor.formatOnSave": true, + "testing.openTesting": "neverOpen" + } +}