Open johanbrook opened 7 months ago
This requires deno/virtualTextDocument
lsp extension https://docs.deno.com/runtime/manual/advanced/language_server/overview
It seems it now crashes the editor instead of showing a blank buffer, because its trying to setup a watcher on the remote module
2024-05-02T19:22:33+01:00 ERROR Zed::reliability] {
"thread": "<unnamed>",
"payload": "Could not start watcher on parent directory: Error { kind: Io(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }), paths: [\"/https/jsr.io/@std/path/0.220.1\"] }",
The crash is on linux, seems the watcher on mac have a different implementation
Has there been any movement on this issue? Pretty annoying not being able to jump to a file when working with Deno. Pretty much the only feature stopping me from fully ditching vscode.
Check for existing issues
Describe the bug / provide steps to reproduce it
echo "Deno.copyFile" > foo.ts
open -a "/Applications/Zed Preview.app" foo.ts
cmd+click
oncopyFile
method in buffer.Environment
Zed: v0.129.1 (Zed Preview) OS: macOS 14.4.0 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
After clicking:
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.Log for covering the steps above: