{ "version": "2.0.0", "tasks": [ { "label": "Update build_config", "command": "dart lib/scripts/build.dart dev", "type": "shell", "problemMatcher": [], "presentation": { "reveal": "always" }, "group": "build" }, { "label": "Update build_config (FVM)", "command": "fvm dart lib/scripts/build.dart dev", "type": "shell", "problemMatcher": [], "presentation": { "reveal": "always" }, "group": "build" } ] }