diff options
| author | bobzel <zzzman@gmail.com> | 2020-06-12 21:29:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 21:29:46 -0400 |
| commit | 0636d49885f4d420a3d6cdc5f33d2bfda40e3db7 (patch) | |
| tree | a4b1c01cbef56baf8a8c4143751998cfbebaf497 /.vscode | |
| parent | c0f57178d79ec405a855bac82d6a12b6ae0dea27 (diff) | |
| parent | 5c3edf121012ce789cf51d057b18f46fbc9b2d62 (diff) | |
Merge pull request #365 from browngraphicslab/grid_view_secondary
Grid view secondary
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 |
