Add new configuration
							parent
							
								
									961d1aa55a
								
							
						
					
					
						commit
						e77db93e58
					
				| 
						 | 
				
			
			@ -2,10 +2,17 @@
 | 
			
		|||
    "configurations": [
 | 
			
		||||
        {
 | 
			
		||||
            "type": "node-terminal",
 | 
			
		||||
            "name": "Run Script: test",
 | 
			
		||||
            "name": "Test",
 | 
			
		||||
            "request": "launch",
 | 
			
		||||
            "command": "npm run test",
 | 
			
		||||
            "cwd": "${workspaceFolder}"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "type": "node-terminal",
 | 
			
		||||
            "name": "Compile",
 | 
			
		||||
            "request": "launch",
 | 
			
		||||
            "command": "npm run compile",
 | 
			
		||||
            "cwd": "${workspaceFolder}"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue