You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	chore: pass flavor to vscode flutter codelens (#19919)
This commit is contained in:
		
							
								
								
									
										19
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							| @@ -18,6 +18,25 @@ | ||||
|       "name": "Immich Workers", | ||||
|       "remoteRoot": "/usr/src/app", | ||||
|       "localRoot": "${workspaceFolder}/server" | ||||
|     }, | ||||
|     { | ||||
|       "name": "Flavor - Production", | ||||
|       "request": "launch", | ||||
|       "type": "dart", | ||||
|       "codeLens": { | ||||
|         "for": [ | ||||
|           "run-test", | ||||
|           "run-test-file", | ||||
|           "run-file", | ||||
|           "debug-test", | ||||
|           "debug-test-file", | ||||
|           "debug-file", | ||||
|         ], | ||||
|         "title": "${debugType}", | ||||
|       }, | ||||
|       "args": [ | ||||
|         "--flavor", "production" | ||||
|       ], | ||||
|     } | ||||
|   ] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user