diff --git a/.vscode/settings.json b/.vscode/settings.json index c4d5be0e37..5ffdff086c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,7 @@ "python.testing.unittestEnabled": false, "python.testing.nosetestsEnabled": false, "python.testing.pytestArgs": ["tests", "-v", "--tb=short"], - "python.testing.autoTestDiscoverOnSaveEnabled": true + "python.testing.autoTestDiscoverOnSaveEnabled": true, + "python.terminal.activateEnvInCurrentTerminal": true, + "python.terminal.shellIntegration.enabled": true }