Open KittyBorgX opened 5 months ago
@rustbot claim
I'd be opposed to the first one, asking more questions is not good. the menu sounds good to me, with a default to none if no letter is entered. but i don't work on bootstrap so it will be up to the reviewer to decide if they like it. when in doubt ask on zulip but I'd just go ahead and implement it
the menu is already implemented, just the config for zed needs to be added. @KittyBorgX are you still working on this?
the menu is already implemented, just the config for zed needs to be added. @KittyBorgX are you still working on this?
oh I see - I'm not actively working on this issue atm and I think it'll be hard to find the time for it so anyone who wants to take this on - feel free to do so 😅
the working config is part of the original issue description
@rustbot label E-easy
I can pick this up, I've been using Zed and also worked on a change in this repo, so I'm aware of the details.
@rustbot claim
Currently running
x setup
prompts an editor setup for VSCode for rustc compiler development in the following way :Seeing the rising popularity of the Zed Editor, why not add support for it too? I spent some time configuring and tweaking
.zed/settings.json
and it's working for me onZed 0.140.5
. I've opened this issue with regard to the workflow of thex setup
part, whether:x.py can automatically install the recommended
.zed/settings.json
file for rustc development Would you like to create/update settings.json? (Press 'p' to preview values): [y/N]x.py can automatically install the recommended settings for rustc development. Would you like to create/update settings.json for a) vscode (.vscode/settings.json) b) zed (.zed/settings.json) c) none
note : i've removed the
${workspaceFolder}
and replaced it with./
since afaik there's no way of using vars insettings.json
in zed. variables likeZED_WORKTREE_ROOT
can be used intasks.json
hovewer.