Skip to content

Commit ecf7da7

Browse files
committed
revert launch.json
1 parent 0f6f65f commit ecf7da7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/launch.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
"type": "python",
1010
"request": "launch",
1111
"module": "flask",
12-
"python": "${workspaceFolder}/met-api/venv/scripts/python",
13-
"console": "integratedTerminal",
12+
"python": "${workspaceFolder}/met-api/venv/bin/python",
1413
"env": {
1514
"FLASK_APP": "src/met_api",
1615
"FLASK_ENV": "development",
17-
"FLASK_DEBUG": "1",
16+
"FLASK_DEBUG": "0",
1817
},
1918
"args": [
2019
"run",

0 commit comments

Comments
 (0)