diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-13 13:02:10 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-13 13:02:10 -0500 |
| commit | e5a23f3d3966db9b57a1919f8d9bfff9fdfedf1e (patch) | |
| tree | f51374cf0b551737728849fb8cc1b9d9eff0005f /.vscode | |
| parent | d075dbb4b1d2289a47e929c1e7378f341c2a9c35 (diff) | |
| parent | 0636d49885f4d420a3d6cdc5f33d2bfda40e3db7 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b45c3f46..e636c9d73 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,9 @@ "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "search.usePCRE2": true, - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "python.testing.promptToConfigure": false, + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": false, + "python.testing.nosetestsEnabled": false }
\ No newline at end of file |
