Skip to content

Commit 96f95b9

Browse files
committed
added vscode support for .env
1 parent a617615 commit 96f95b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"FLASK_ENV": "development",
1515
"FLASK_DEBUG": "0"
1616
},
17+
"envFile": "${workspaceFolder}/.env",
1718
"args": [
1819
"run",
1920
"--no-debugger",

0 commit comments

Comments
 (0)