We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f64968 commit 087bc64Copy full SHA for 087bc64
1 file changed
.vscode/settings.json
@@ -63,6 +63,7 @@
63
// "./venv/bin",
64
// "./venv/Lib/python3.7/site-packages",
65
],
66
+ "python.envFile": "${workspaceFolder}/.env",
67
"python.pythonPath": "venv2/bin/python",
68
"python.formatting.provider": "yapf",
69
"python.formatting.yapfArgs": [
@@ -92,6 +93,7 @@
92
93
"python.testing.cwd": "${workspaceFolder}",
94
"python.testing.nosetestsEnabled": false,
95
"python.testing.pytestEnabled": false,
96
+ "python.testing.promptToConfigure": true,
97
"python.testing.unittestEnabled": true,
98
"workbench.iconTheme": "vscode-icons",
99
"workbench.editor.enablePreview": true,
0 commit comments