{ "version": "2.0.0", "tasks": [ { "type": "deno", "command": "test", "args": ["--allow-net"], "problemMatcher": [ "$deno-test" ], "group": "test", "label": "deno: test", "presentation": { "clear": true } } ] }