Spaces:
Sleeping
Sleeping
Jonathan Card commited on
Commit ·
5c410ee
1
Parent(s): f49d5d2
settings.json
Browse filesI don't like checking this in, but the settings were too hard to discover not to share them with the group.
This was originally checked into the wrong branch; I'm hoping I didn't make a mistake in bringing this file over only.
- .vscode/settings.json +5 -0
.vscode/settings.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"python.terminal.activateEnvInCurrentTerminal": true,
|
| 3 |
+
"python.envFile": "${workspaceFolder}/.env",
|
| 4 |
+
"python.testing.unittestEnabled": true
|
| 5 |
+
}
|