mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	add task for opening deprecated tests TUI
This commit is contained in:
		
							
								
								
									
										12
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							| @@ -57,6 +57,18 @@ | ||||
|       "presentation": { | ||||
|         "focus": true | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "label": "Open deprecated test TUI", | ||||
|       "type": "shell", | ||||
|       "command": "go run pkg/integration/deprecated/cmd/tui/main.go", | ||||
|       "problemMatcher": [], | ||||
|       "group": { | ||||
|         "kind": "test", | ||||
|       }, | ||||
|       "presentation": { | ||||
|         "focus": true | ||||
|       } | ||||
|     } | ||||
|   ], | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user