coty
Zed Deno Support
I use deno and zed daily, there’s some configuration you have to do to disable the native js, ts, and some other language servers. And reload the editor after those config changes
https://zed.dev/docs/languages/deno
And here’s the config I use
https://jsr.io/@cotyhamilton/zed-settings@0.1.5
2 replies
permission denied error when running deno install inside dockerfile
Seems like the deno user doesn’t have permissions in /app. Also seems like your lockfile is outdated, it shouldn’t be trying to write (there are flags that alter that behavior also)
3 replies
Deno import use for local files?
For the import map, just makes things cleaner, even in your new example instead of that the import could be just from
"library"
or whatever you name it
I just tried with deno’s file-server from @std/http and it’s all working. And that’s with content type being some weird video format lol, maybe deno doesn’t care11 replies