Skip to content

Commit

Permalink
Merge branch 'Sage-Bionetworks:main' into img_srv_unittest_cvg_incr1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsage1 authored Nov 2, 2023
2 parents d5124ca + 6ba06b1 commit 066fc99
Show file tree
Hide file tree
Showing 49 changed files with 5,692 additions and 843 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"mtxr.sqltools-driver-mysql",
"mtxr.sqltools-driver-pg",
"mtxr.sqltools",
"njpwerner.autodocstring",
"nrwl.angular-console",
"pranaygp.vscode-css-peek",
"ritwickdey.LiveServer",
Expand Down
10 changes: 6 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.tabSize": 4
// This settings still works even if VS Code does not recognize it.
// "notebook.formatOnSave.enabled": true
},
"[json][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down Expand Up @@ -84,9 +86,9 @@
"editor.inlayHints.enabled": "off",
"rewrap.wrappingColumn": 100,
"editor.rulers": [100],
"eslint.validate": [
"json"
],
"eslint.validate": ["json"],
"java.compile.nullAnalysis.mode": "disabled",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
}
Loading

0 comments on commit 066fc99

Please sign in to comment.