Skip to content

Commit 087bc64

Browse files
author
zhenwei-li
committed
the settings upgrade
1 parent 1f64968 commit 087bc64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
// "./venv/bin",
6464
// "./venv/Lib/python3.7/site-packages",
6565
],
66+
"python.envFile": "${workspaceFolder}/.env",
6667
"python.pythonPath": "venv2/bin/python",
6768
"python.formatting.provider": "yapf",
6869
"python.formatting.yapfArgs": [
@@ -92,6 +93,7 @@
9293
"python.testing.cwd": "${workspaceFolder}",
9394
"python.testing.nosetestsEnabled": false,
9495
"python.testing.pytestEnabled": false,
96+
"python.testing.promptToConfigure": true,
9597
"python.testing.unittestEnabled": true,
9698
"workbench.iconTheme": "vscode-icons",
9799
"workbench.editor.enablePreview": true,

0 commit comments

Comments
 (0)