| { |
| // 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": "counter_app", |
| "cwd": "pkgs/dart_tooling_mcp_server/test_fixtures/counter_app", |
| "request": "launch", |
| "type": "dart" |
| }, |
| { |
| "name": "counter_app (profile mode)", |
| "cwd": "pkgs/dart_tooling_mcp_server/test_fixtures/counter_app", |
| "request": "launch", |
| "type": "dart", |
| "flutterMode": "profile" |
| }, |
| { |
| "name": "counter_app (release mode)", |
| "cwd": "pkgs/dart_tooling_mcp_server/test_fixtures/counter_app", |
| "request": "launch", |
| "type": "dart", |
| "flutterMode": "release" |
| } |
| ] |
| } |