Skip to content

Commit ce01c29

Browse files
Add launch configuration to enable experiments (#4862)
1 parent 59d931c commit ce01c29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/devtools_app/.vscode/launch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
"type": "dart",
2222
"program": "lib/main.dart",
2323
},
24+
{
25+
"name": "devtools + experiments",
26+
"request": "launch",
27+
"type": "dart",
28+
"program": "lib/main.dart",
29+
"args": [
30+
"--dart-define=enable_experiments=true"
31+
]
32+
},
2433
{
2534
"name": "devtools - profile",
2635
"request": "launch",

0 commit comments

Comments
 (0)