Closed 0x-jerry closed 3 years ago
My makefile content is:
test: deno test --import-map=import_map.json --no-check test-watch: deno test --import-map=import_map.json --no-check --watch coverage: deno test --import-map=import_map.json --no-check --coverage=cov_profile deno coverage cov_profile rm -rf cov_profile
And generate tasks is:
What I expect is:
My makefile content is:
And generate tasks is:
What I expect is: