Skip to content

Commit bd9a651

Browse files
committed
ADD: Wasm run config for VS-Code
1 parent 1c4f66e commit bd9a651

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.vscode/launch.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.3.0",
33
"configurations": [
4-
5-
64
{
75
"name": "flex_color_scheme",
86
"request": "launch",
@@ -51,11 +49,21 @@
5149
"program": "lib/example4_all_themes/main.dart"
5250
},
5351
{
54-
"name": "Example 5 - Themes Playground",
52+
"name": "Example 5 - JS Themes Playground",
5553
"cwd": "example",
5654
"request": "launch",
5755
"type": "dart",
5856
"program": "lib/example5_themes_playground/main.dart"
57+
},
58+
{
59+
"name": "Example 5 - WASM Themes Playground",
60+
"cwd": "example",
61+
"request": "launch",
62+
"type": "dart",
63+
"program": "lib/example5_themes_playground/main.dart",
64+
"args": [
65+
"--wasm"
66+
]
5967
}
6068
]
61-
}
69+
}

0 commit comments

Comments
 (0)