13 lines
		
	
	
		
			267 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.2.0",
 | 
						|
    "configurations": [
 | 
						|
    
 | 
						|
        {
 | 
						|
            "name": "Debug",
 | 
						|
            "type": "gdb",
 | 
						|
            "request": "launch",
 | 
						|
            "target": "./target/debug/examples/keyboard",
 | 
						|
            "cwd": "${workspaceRoot}"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |