You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a Slack platform app, which creates / uses a deno.jsonc file (which Deno works with just find), but the deno task esm:* commands seem hard-coded to expect a deno.json file, and creates one rather than modifying my existing deno.jsonc.
The text was updated successfully, but these errors were encountered:
@ThisGuyCodes hi! since deno has builtin pakcage manager now, we're planning to depreacte to esm.sh deno CLI tool. instead i'm working on a vscode extension that allows you to search npm module and add it to the import map: https://github.com/esm-dev/vscode
I'm working on a Slack platform app, which creates / uses a
deno.jsonc
file (which Deno works with just find), but thedeno task esm:*
commands seem hard-coded to expect adeno.json
file, and creates one rather than modifying my existingdeno.jsonc
.The text was updated successfully, but these errors were encountered: