zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.41k stars 2.88k forks source link

Change kernel docs incomplete #18341

Open fonnesbeck opened 2 weeks ago

fonnesbeck commented 2 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

In the REPL menu there is a "Change kernel" link that sends you to the REPL docs. However, the information in that link does not tell you how to switch kernels; it only tells you how to set language defaults. I have multiple Python kernels installed and are shown in the "available kernels" list, but there is no information on how to move from one kernel to another for a particular session. There is no kernel information in my settings.json so its not clear how the current kernel was selected in the first place.

Environment

Fedora 41, Zed 0.153.7

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

No response

fonnesbeck commented 2 weeks ago

Looks like this is related to #18291