mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 15:48:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			914 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			914 B
		
	
	
	
		
			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",
 | |
|       "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}"
 | |
|     }
 | |
|   ]
 | |
| } |