garmin-repafield/.vscode/launch.json
2023-10-01 15:51:34 +02:00

53 lines
1.6 KiB
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "monkeyc",
"request": "launch",
"name": "Run App - epix2",
"stopAtLaunch": false,
"device": "epix2"
},
{
"type": "monkeyc",
"request": "launch",
"name": "Run App - venu2",
"stopAtLaunch": false,
"device": "venu2"
},
{
"type": "monkeyc",
"request": "launch",
"name": "Run App - venu2plus",
"stopAtLaunch": false,
"device": "venu2plus"
},
{
"type": "monkeyc",
"request": "launch",
"name": "Run App - fr265",
"stopAtLaunch": false,
"device": "fr265"
},
{
"type": "monkeyc",
"request": "launch",
"name": "Run Tests",
"runTests": true,
"device": "${command:GetTargetDevice}"
},
{
"type": "monkeyc",
"request": "launch",
"name": "Run Complication Apps",
"stopAtLaunch": false,
"complicationSubscriberFolder": "${command:GetComplicationSubscriberFolder}",
"complicationPublisherFolder": "${command:GetComplicationPublisherFolder}",
"device": "${command:GetTargetDevice}"
}
]
}