Skip to content

Commit

Permalink
chore(sage-monorepo): disable Jest tests to watch changes by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Feb 13, 2024
1 parent 1c1c19d commit ca31c3c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
// }
// ]
// },
"eslint.workingDirectories": ["."],
"eslint.workingDirectories": [
"."
],
"sqltools.autoOpenSessionFiles": false,
"sqltools.connections": [
{
Expand Down Expand Up @@ -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"
}

0 comments on commit ca31c3c

Please sign in to comment.