diff --git a/.vscode/settings.json b/.vscode/settings.json index e2a155f963..ab368fc68c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -55,7 +55,9 @@ // } // ] // }, - "eslint.workingDirectories": ["."], + "eslint.workingDirectories": [ + "." + ], "sqltools.autoOpenSessionFiles": false, "sqltools.connections": [ { @@ -95,10 +97,15 @@ "java.configuration.updateBuildConfiguration": "disabled", "editor.inlayHints.enabled": "off", "rewrap.wrappingColumn": 100, - "editor.rulers": [100], - "eslint.validate": ["json"], + "editor.rulers": [ + 100 + ], + "eslint.validate": [ + "json" + ], "java.compile.nullAnalysis.mode": "disabled", "typescript.tsdk": "node_modules/typescript/lib", "python.analysis.autoImportCompletions": true, - "python.analysis.typeCheckingMode": "basic" -} + "python.analysis.typeCheckingMode": "basic", + "jest.runMode": "on-demand" +} \ No newline at end of file