Skip to content

Commit 5b909a7

Browse files
committed
VSCode: add current file launch option.
1 parent 1d85c7c commit 5b909a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/launch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "Python: Current File",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "${file}",
12+
"console": "integratedTerminal",
13+
"preLaunchTask": "develop python-tcod",
14+
},
715
{
816
// Run the Python samples.
917
// tcod will be built and installed in editalbe mode.

0 commit comments

Comments
 (0)