Detect Deno projects #24111
alienvspredator
started this conversation in
Extensions and Themes
Replies: 1 comment
-
Exactly. Detect the configuration file -> suggest to install the extension -> show me modal window, that project have to be configured manually at least. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment, enabling Deno support requires manual configuration in project's settings or in the global settings.
https://zed.dev/docs/languages/deno
This process can be tedious, especially when switching between projects or onboarding new developers (#24064).
It would be great if we could detect Deno projects. This could be done by detecting
deno.json
and/ordeno.lock
files in the workspace.When we detect those files, we could show an interactive notification which contains an action button for updating
.zed/settings.json
file.Beta Was this translation helpful? Give feedback.
All reactions