Skip to content

Commit 35eb958

Browse files
committed
Add Python terminal env settings
1 parent 3456346 commit 35eb958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"python.testing.unittestEnabled": false,
44
"python.testing.nosetestsEnabled": false,
55
"python.testing.pytestArgs": ["tests", "-v", "--tb=short"],
6-
"python.testing.autoTestDiscoverOnSaveEnabled": true
6+
"python.testing.autoTestDiscoverOnSaveEnabled": true,
7+
"python.terminal.activateEnvInCurrentTerminal": true,
8+
"python.terminal.shellIntegration.enabled": true
79
}

0 commit comments

Comments
 (0)