mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 20:52:27 +00:00
Copied two methods from GarminThermoNest to translate languages and manage different sized icons for the various sizes of watch. Also copied ErrorView for smaller wrapped text for error messages.
39 lines
1.1 KiB
JSON
39 lines
1.1 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": [
|
|
{
|
|
"name": "Python: Current File",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true
|
|
},
|
|
{
|
|
"type": "monkeyc",
|
|
"request": "launch",
|
|
"name": "Run App",
|
|
"stopAtLaunch": false,
|
|
"device": "${command:GetTargetDevice}"
|
|
},
|
|
{
|
|
"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}"
|
|
}
|
|
]
|
|
} |