 93b861004e
			
		
	
	
		93b861004e
		
	
	
	
	
		
			
			Without this the vscode extension cannot find the example executable, and the example fails. Also use $USERPROFILE instead of $HOME for finding the `.vscode` user directory for installing the extension. Bug: #12
		
			
				
	
	
		
			28 lines
		
	
	
		
			690 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			690 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "cppdap-example-@target@",
 | |
|     "displayName": "cppdap example: @target@",
 | |
|     "description": "cppdap example: @target@",
 | |
|     "version": "1.0.0",
 | |
|     "preview": false,
 | |
|     "publisher": "Google LLC",
 | |
|     "author": {
 | |
|         "name": "Google LLC"
 | |
|     },
 | |
|     "license": "SEE LICENSE IN LICENSE.txt",
 | |
|     "engines": {
 | |
|         "vscode": "^1.32.0"
 | |
|     },
 | |
|     "categories": [
 | |
|         "Debuggers"
 | |
|     ],
 | |
|     "contributes": {
 | |
|         "debuggers": [
 | |
|             {
 | |
|                 "type": "@target@",
 | |
|                 "program": "@target@@CPPDAP_OS_EXE_EXT@",
 | |
|                 "label": "cppdap example: @target@",
 | |
|                 "configurationAttributes": {}
 | |
|             }
 | |
|         ]
 | |
|     }
 | |
| } |