Added signal graphing
This commit is contained in:
11
BEdit/.vscode/tasks.json
vendored
11
BEdit/.vscode/tasks.json
vendored
@@ -115,6 +115,14 @@
|
||||
"options": {"cwd": "${workspaceFolder}"},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Qt: Compile Simulation Window UI to Python",
|
||||
"type": "shell",
|
||||
"command": "pyside6-uic",
|
||||
"args": ["--from-imports", "${workspaceFolder}/ui/simulation_window.ui", "-o", "${workspaceFolder}/src/bedit/gui/generated/ui_simulation_window.py"],
|
||||
"options": {"cwd": "${workspaceFolder}"},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Qt: Build Designer Files",
|
||||
"dependsOrder": "sequence",
|
||||
@@ -125,7 +133,8 @@
|
||||
"Qt: Compile Component Options UI to Python",
|
||||
"Qt: Compile Port Options UI to Python",
|
||||
"Qt: Compile Shape Options UI to Python",
|
||||
"Qt: Compile Icon Editor UI to Python"
|
||||
"Qt: Compile Icon Editor UI to Python",
|
||||
"Qt: Compile Simulation Window UI to Python"
|
||||
],
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
|
||||
Reference in New Issue
Block a user