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": [
 | 
								"args": [
 | 
				
			||||||
				"--extensionDevelopmentPath=${workspaceRoot}"
 | 
									"--extensionDevelopmentPath=${workspaceRoot}"
 | 
				
			||||||
			],
 | 
								],
 | 
				
			||||||
			"stopOnEntry": false,
 | 
								"preLaunchTask": "tsc"
 | 
				
			||||||
			"sourceMaps": true,
 | 
					 | 
				
			||||||
			"outDir": "out",
 | 
					 | 
				
			||||||
			"preLaunchTask": "npm"
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										4
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -8,10 +8,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"version": "0.1.0",
 | 
						"version": "0.1.0",
 | 
				
			||||||
	"command": "npm",
 | 
						"command": "tsc",
 | 
				
			||||||
	"isShellCommand": true,
 | 
						"isShellCommand": true,
 | 
				
			||||||
	"showOutput": "silent",
 | 
						"showOutput": "silent",
 | 
				
			||||||
	"args": ["run", "compile"],
 | 
					 | 
				
			||||||
	"isWatching": true,
 | 
					 | 
				
			||||||
	"problemMatcher": "$tsc-watch"
 | 
						"problemMatcher": "$tsc-watch"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue