We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3456346 commit 35eb958Copy full SHA for 35eb958
.vscode/settings.json
@@ -3,5 +3,7 @@
3
"python.testing.unittestEnabled": false,
4
"python.testing.nosetestsEnabled": false,
5
"python.testing.pytestArgs": ["tests", "-v", "--tb=short"],
6
- "python.testing.autoTestDiscoverOnSaveEnabled": true
+ "python.testing.autoTestDiscoverOnSaveEnabled": true,
7
+ "python.terminal.activateEnvInCurrentTerminal": true,
8
+ "python.terminal.shellIntegration.enabled": true
9
}
0 commit comments