{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "SF Development", "cwd": "apps/mobile_app", "request": "launch", "type": "dart", "args": [ "--flavor", "development", "--dart-define-from-file=config/development.json" ] }, { "name": "SF Staging", "cwd": "apps/mobile_app", "request": "launch", "type": "dart", "args": [ "--flavor", "staging", "--dart-define-from-file=config/staging.json" ] }, { "name": "SF Production", "cwd": "apps/mobile_app", "request": "launch", "type": "dart", "args": [ "--flavor", "production", "--dart-define-from-file=config/production.json" ] } ] }