mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	allow syncing tests from vscode
This commit is contained in:
		
							
								
								
									
										14
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							| @@ -69,6 +69,18 @@ | ||||
|       "presentation": { | ||||
|         "focus": true | ||||
|       } | ||||
|     } | ||||
|     }, | ||||
|     { | ||||
|       "label": "Sync tests list", | ||||
|       "type": "shell", | ||||
|       "command": "go generate ./...", | ||||
|       "problemMatcher": [], | ||||
|       "group": { | ||||
|         "kind": "test", | ||||
|       }, | ||||
|       "presentation": { | ||||
|         "focus": true | ||||
|       } | ||||
|     }, | ||||
|   ], | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user