File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ tags
Original file line number Diff line number Diff line change 2525 "ignoreFailures" : true
2626 }
2727 ]
28+ },
29+ {
30+ "name" : " Python UI Demo" ,
31+ "type" : " python" ,
32+ "request" : " launch" ,
33+ "stopOnEntry" : false ,
34+ "pythonPath" : " python3" ,
35+ "preLaunchTask" : " ev3devkit-0.5-typelib" ,
36+ "program" : " ${workspaceRoot}/demo/python/ui_demo.py" ,
37+ "cwd" : " ${workspaceRoot}" ,
38+ "env" : {
39+ "LD_LIBRARY_PATH" : " ${workspaceRoot}/build" ,
40+ "GI_TYPELIB_PATH" : " ${workspaceRoot}/build"
41+ },
42+ "debugOptions" : [
43+ " WaitOnAbnormalExit" ,
44+ " WaitOnNormalExit" ,
45+ " RedirectOutput"
46+ ]
2847 }
2948 ]
3049}
Original file line number Diff line number Diff line change 2727 "problemMatcher" : [
2828 " $valac"
2929 ]
30+ },
31+ {
32+ "taskName" : " ev3devkit-0.5-typelib" ,
33+ "problemMatcher" : [
34+ " $valac"
35+ ]
3036 }
3137 ]
3238}
You can’t perform that action at this time.
0 commit comments