Kirill Bulatov
Kirill Bulatov
> There was no mention of "nested .gitignore" anywhere! (I may be blind though). That's what I tried to ask in https://github.com/zed-industries/zed/issues/7554#issuecomment-1961995538 but sure wording was not very elaborate. >...
Last but not least — Zed knows very little (if anything) about language semantics and, in particular, language project semantics, so `target`, `node_modules`, `.idea`, `.vscode`, custom gitignored directories — they...
Most probably the same as https://github.com/zed-industries/zed/issues/5006
We can enable external file drag and drop with ```diff diff --git a/crates/project_panel/src/project_panel.rs b/crates/project_panel/src/project_panel.rs index 413d42255..bdeb2780e 100644 --- a/crates/project_panel/src/project_panel.rs +++ b/crates/project_panel/src/project_panel.rs @@ -11,10 +11,10 @@ use anyhow::{anyhow, Result}; use collections::{hash_map,...
Hello, thank you for submitting the PR, but we would like to have roc lang support as a standalone plugin, not included into Zed source tree. Some Zed team members...
Which example is that? If you can share the project, it would be very useful.
Seems to work for me, so it looks like some mismatch in the way the project is configured and we need to find what exactly, which might be hard. 1....
Sorry, just noticed the > awaiting your suggestions part I'm not sure what to suggest except "go up the stack and get the context from there". E.g. `fn deserialize_symbol` is...
I'm afraid there's no good answer for that right now. I suspect that whatever the current stance is, it might change later as language extensions mature, so this PR is...
Also, see default settings for a more permanent solution: 