Update Build Task
This commit is contained in:
		
							parent
							
								
									ae5b9f1e36
								
							
						
					
					
						commit
						a6856ab508
					
				
					 2 changed files with 2 additions and 7 deletions
				
			
		
							
								
								
									
										5
									
								
								.vscode/launch.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.vscode/launch.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -9,10 +9,7 @@
 | 
			
		|||
			"args": [
 | 
			
		||||
				"--extensionDevelopmentPath=${workspaceRoot}"
 | 
			
		||||
			],
 | 
			
		||||
			"stopOnEntry": false,
 | 
			
		||||
			"sourceMaps": true,
 | 
			
		||||
			"outDir": "out",
 | 
			
		||||
			"preLaunchTask": "npm"
 | 
			
		||||
			"preLaunchTask": "tsc"
 | 
			
		||||
		}
 | 
			
		||||
	]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										4
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -8,10 +8,8 @@
 | 
			
		|||
 | 
			
		||||
{
 | 
			
		||||
	"version": "0.1.0",
 | 
			
		||||
	"command": "npm",
 | 
			
		||||
	"command": "tsc",
 | 
			
		||||
	"isShellCommand": true,
 | 
			
		||||
	"showOutput": "silent",
 | 
			
		||||
	"args": ["run", "compile"],
 | 
			
		||||
	"isWatching": true,
 | 
			
		||||
	"problemMatcher": "$tsc-watch"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue