Skip to content

Commit 9a299e7

Browse files
authored
Merge pull request #6 from supriyanta/master
Removed confusing "Python: Flask" launch configuration
2 parents 59bf826 + 14cf45c commit 9a299e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
"--nothreading"
3131
],
3232
"django": true
33+
},
34+
{
35+
"name": "Python: Current File (External Terminal)",
36+
"type": "python",
37+
"request": "launch",
38+
"program": "${file}",
39+
"console": "externalTerminal"
3340
}
3441
]
3542
}

0 commit comments

Comments
 (0)