Skip to content

Commit a57223a

Browse files
Manually disable envFile loading in VS Code. (#214)
1 parent 22938b2 commit a57223a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
// TODO:
3+
// * https://github.com/microsoft/vscode-python/issues/23078
4+
// * https://github.com/microsoft/vscode/issues/197603
5+
"python.envFile": "${workspaceFolder}/.file-that-should-hopefully-not-exist"
6+
}

0 commit comments

Comments
 (0)