denoland / denoland/vscode_deno
`▶ Run Main` button for `if (import.meta.main)`
Open
dx
enhancement
needs investigation
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
currently block with `import.meta.main` must be ran manually via `deno run`.
**Describe the solution you'd like**

add a `▶ Run Main` above `if (import.meta.main) { ... }` like `▶ Run Test` in `Deno.test`.
Contributor guide
Assessment
This issue has not been assessed yet.