Skip to content

Commit 901940b

Browse files
authored
Convert the vscode task to run the command line tool (#116)
1 parent 5fc90ad commit 901940b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/launch.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Run Generate Synoptic",
8+
"name": "Run create-gui",
99
"type": "debugpy",
1010
"request": "launch",
1111
"justMyCode": true,
12-
"program": "${workspaceFolder}/example-synoptic/generate_synoptic.py",
12+
"program": "${workspaceFolder}/src/techui_builder/__main__.py",
1313
"console": "integratedTerminal",
14-
}
14+
"args": "${workspaceFolder}/example-synoptic/create_gui.yaml"
15+
},
1516
]
1617
}

0 commit comments

Comments
 (0)