Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno tasks don't use deno.jsonc #916

Open
ThisGuyCodes opened this issue Nov 19, 2024 · 2 comments
Open

deno tasks don't use deno.jsonc #916

ThisGuyCodes opened this issue Nov 19, 2024 · 2 comments

Comments

@ThisGuyCodes
Copy link

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.

@ije
Copy link
Member

ije commented Nov 19, 2024

@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

@ThisGuyCodes
Copy link
Author

That would be very unfortunate for anyone not using vscode (I'm using zed.dev)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants