Is your feature request related to a problem?
Support for Zed code editor?
I've been using VSCode for the longest time, and this plugin has been a lifesaver.
Recently, Zed was released for Windows, after being OSX/Linux only for the longest time, and so I decided to try it out. And it's been surprisingly similar to VSCode, except just much more performant.
Describe the solution you'd like
It'd be amazing if I could maintain my workflow (win+space for command palette, { for coding projects - Zed and VSCode ones together, the same way it works right now for VS and VSCode projects).
I did some more research, the workspaces are stored inside %LOCALAPPDATA%\Zed\db\0-stable\db.sqlite file. It requires some kind of SQLite parsing. I uploaded mine to this online viewer and voila, there's a table called workspaces, and wherever the paths column is not null, is a valid workspace.
Describe alternatives you've considered
There aren't any alternatives available as such. I tried to search for a similar integration.
Additional Context
No response
Is your feature request related to a problem?
Support for Zed code editor?
I've been using VSCode for the longest time, and this plugin has been a lifesaver.
Recently, Zed was released for Windows, after being OSX/Linux only for the longest time, and so I decided to try it out. And it's been surprisingly similar to VSCode, except just much more performant.
Describe the solution you'd like
It'd be amazing if I could maintain my workflow (
win+spacefor command palette,{for coding projects - Zed and VSCode ones together, the same way it works right now for VS and VSCode projects).I did some more research, the workspaces are stored inside
%LOCALAPPDATA%\Zed\db\0-stable\db.sqlitefile. It requires some kind of SQLite parsing. I uploaded mine to this online viewer and voila, there's a table calledworkspaces, and wherever thepathscolumn is not null, is a valid workspace.Describe alternatives you've considered
There aren't any alternatives available as such. I tried to search for a similar integration.
Additional Context
No response