Preview Builds of the Zed Editor Now Available for Linux
11–20 of 44 posts
Re: Preview Builds of the Zed Editor Now Available for Linux
#12I like Zed a lot but decided not to keep it because it has a direct connection with an AI assistant via a separate AI chat window/console. I prefer my software not to have any AI in it -- at least make it something that can be removed from the interface like in VS Code (Copilot there is optional).
You can remove all the AI stuff from the settings "collaboration_panel": { "button": false }, "assistant": { "version": "1", "button": false }, "chat_panel": { "button": false }, "notification_panel": { "button": false },
Re: Preview Builds of the Zed Editor Now Available for Linux
#13Zed certainly seems interesting! I wonder though if it's enticing enough to leave Emacs' versatile configurability and introspection abilities behind. I don't think Zed has any way to extend its behavior beyond configuration options, and if it doesn't have a scripting language to go with it now, then it seems quite unlikely it will have a good one in the future either. Based on another comment here I did some more se…
Re: Preview Builds of the Zed Editor Now Available for Linux
#14 [2024-05-06T14:00:34+02:00 ERROR util] crates/zed/src/main.rs:192: could not find git binary path
Caused by:
Platform::path_for_auxiliary_executable is not implemented yet
[2024-05-06T14:00:34+02:00 ERROR util] crates/settings/src/settings_file.rs:76: EOF while parsing a value at line 1 column 0
[2024-05-06T14:00:34+02:00 ERROR util] crates/zed/src/zed.rs:661: EOF while parsing a value at line 1 column 0Re: Preview Builds of the Zed Editor Now Available for Linux
#15Re: Preview Builds of the Zed Editor Now Available for Linux
#16I like Zed a lot but decided not to keep it because it has a direct connection with an AI assistant via a separate AI chat window/console. I prefer my software not to have any AI in it -- at least make it something that can be removed from the interface like in VS Code (Copilot there is optional).
You can remove all the AI stuff from the settings "collaboration_panel": { "button": false }, "assistant": { "version": "1", "button": false }, "chat_panel": { "button": false }, "notification_panel": { "button": false },
"features": {
"copilot": false
}Re: Preview Builds of the Zed Editor Now Available for Linux
#17Re: Preview Builds of the Zed Editor Now Available for Linux
#18Is anyone using zed with success? I tried to use but it seemed slow to search compared to sublime. Lots of features were nicer, but search is my most used feature. From all the other possibilities, this seem the one that I am more inclined to successfully transition to. I really liked sublime when I switched, but now it feels stuck in the past. I am waiting for the right time to try again. If you are using and liking…
It lacks so many features that others have that it makes no sense for me to use it as a daily editor.