Auto-switch to debug console when debugging in VS Code
This commit is contained in:
		
							parent
							
								
									14b3921001
								
							
						
					
					
						commit
						9251b11427
					
				
							
								
								
									
										2
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							| @ -9,6 +9,7 @@ | |||||||
| 			"cwd": "${workspaceRoot}", | 			"cwd": "${workspaceRoot}", | ||||||
| 			"valuesFormatting": "parseText", | 			"valuesFormatting": "parseText", | ||||||
| 			"preLaunchTask": "Build Debug", | 			"preLaunchTask": "Build Debug", | ||||||
|  | 			"internalConsoleOptions": "openOnSessionStart", | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		{ | 		{ | ||||||
| @ -20,6 +21,7 @@ | |||||||
| 			"cwd": "${workspaceRoot}", | 			"cwd": "${workspaceRoot}", | ||||||
| 			"valuesFormatting": "parseText", | 			"valuesFormatting": "parseText", | ||||||
| 			"preLaunchTask": "Build Debug", | 			"preLaunchTask": "Build Debug", | ||||||
|  | 			"internalConsoleOptions": "openOnSessionStart", | ||||||
| 		}, | 		}, | ||||||
| 	] | 	] | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user