Peter Tripp
Peter Tripp
@woojiq Your error means something different: ``` 2025-03-01T15:48:00.72526233+02:00 [ERROR] data did not match any variant of untagged enum ThemeSelection ``` It means your theme object in settings is incorrect --...
> Wow, rebase made this messy. How can I fix that? ``` git checkout main git pull git branch -D formatting-selections git checkout -b formatting-selections git cherry-pick 8b69e51 git push...
Similarly you could use the `ZED_SELECTED_TEXT` variable to make a task that does something based on a selection. See: [Tasks: Variables](https://zed.dev/docs/tasks#variables) in the docs.
I believe this is `rust-analyzer.openDocs` https://rust-analyzer.github.io/manual.html#open-docs
I'm going to go ahead and close as stale. If you need to switch github logins, in Chrome log into your desired github account and make sure that Chrome profile...
Can you try what's suggested in this thread: - https://github.com/zed-industries/zed/issues/15629#issuecomment-2277195893
> Does zed have to run on wayland? I am currently running x11. We support running on either Wayland or X11. The wild world of broken Linux video drivers (both...
> @notpeter I don't see your comment here anymore but got the email notification, tried it and could get the new version installed properly (probably a skill issue haha). Yeah,...
> is there any solution for nvidia driver 470.256.02? I have a legacy GPU (GT 755M). @goldenratio I commented on the [other thread](https://github.com/zed-industries/zed/issues/6853#issuecomment-2181539635) where you asked this question. Sadly no,...
I'm not actually sure we should merge this until we've fixed the underlying cause of what led me down this path. Zed does not handle nested `Editor` contexts well. I'm...