We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4f66e commit bd9a651Copy full SHA for bd9a651
.vscode/launch.json
@@ -1,8 +1,6 @@
1
{
2
- "version": "0.2.0",
+ "version": "0.3.0",
3
"configurations": [
4
-
5
6
7
"name": "flex_color_scheme",
8
"request": "launch",
@@ -51,11 +49,21 @@
51
49
"program": "lib/example4_all_themes/main.dart"
52
50
},
53
54
- "name": "Example 5 - Themes Playground",
+ "name": "Example 5 - JS Themes Playground",
55
"cwd": "example",
56
57
"type": "dart",
58
"program": "lib/example5_themes_playground/main.dart"
+ },
+ {
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
+ ]
67
}
68
]
-}
69
+}
0 commit comments