Eric Hynds
Eric Hynds
Apparently promised-io doesn't have a main module, so you have to do `promise = require('promised-io/lib/promise')`
Not sure if any of this is under development, but I wanted to voice my +1 for pre-signed URL support.
I'm also experiencing this with TypeScript on v0.147.2. Edit: my zed.log file is filled with this: ``` 2024-08-12T15:26:14.444241Z [WARN] Generic lsp request to vtsls failed: server shut down 2024-08-12T15:26:14.453445Z [WARN]...
For TypeScript users, `rm -rf ~/Library/Application\ Support/Zed/languages/vtsls` and restarting Zed fixed it for me.
This can also happen if the trigger that opens the modal is inside a menu. In this case, the menu closes when the menu item is clicked on, and is...