Skip to content

Commit

Permalink
Manually disable envFile loading in VS Code. (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser authored Mar 15, 2024
1 parent 22938b2 commit a57223a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
// TODO:
// * https://github.com/microsoft/vscode-python/issues/23078
// * https://github.com/microsoft/vscode/issues/197603
"python.envFile": "${workspaceFolder}/.file-that-should-hopefully-not-exist"
}

0 comments on commit a57223a

Please sign in to comment.