We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc90ad commit 901940bCopy full SHA for 901940b
.vscode/launch.json
@@ -5,12 +5,13 @@
5
"version": "0.2.0",
6
"configurations": [
7
{
8
- "name": "Run Generate Synoptic",
+ "name": "Run create-gui",
9
"type": "debugpy",
10
"request": "launch",
11
"justMyCode": true,
12
- "program": "${workspaceFolder}/example-synoptic/generate_synoptic.py",
+ "program": "${workspaceFolder}/src/techui_builder/__main__.py",
13
"console": "integratedTerminal",
14
- }
+ "args": "${workspaceFolder}/example-synoptic/create_gui.yaml"
15
+ },
16
]
17
}
0 commit comments