Добавлена конфигурация vscode для отладки проекта
This commit is contained in:
		
							parent
							
								
									ff887e0640
								
							
						
					
					
						commit
						c1051c8507
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										16
									
								
								.vscode/launch.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.vscode/launch.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
{
 | 
			
		||||
	// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
 | 
			
		||||
	// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
 | 
			
		||||
	// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
 | 
			
		||||
	"version": "0.2.0",
 | 
			
		||||
	"configurations": [
 | 
			
		||||
		{
 | 
			
		||||
			"type": "code-d",
 | 
			
		||||
			"request": "launch",
 | 
			
		||||
			"dubBuild": true,
 | 
			
		||||
			"name": "Build & Debug DUB project",
 | 
			
		||||
			"cwd": "${command:dubWorkingDirectory}",
 | 
			
		||||
			"program": "bin/${command:dubTarget}"
 | 
			
		||||
		}
 | 
			
		||||
	]
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue