Results 76 comments of everdrone

@JunkuiZhang no, `pwsh` has been installed on my system for a long time now. I'll reproduce the issue and paste the full logs in 30 minutes or so, I pasted...

Steps: - with a working version of `settings.json` (meaning no `shell` key) - open a terminal pane - closed zed and cleared all previous logs - edit `settings.json` to include...

Strange.. I just tried and if i set `pwsh.exe` while zed is running it works. It only crashes if i reopen it with those settings and if i had an...

Sure, here ```json { "theme": { "mode": "system", "dark": "Rosé Pine", "light": "Rosé Pine Dawn" }, "ui_font_size": 16, "buffer_font_family": "Monaspace Neon", // "buffer_font_family": "SF Mono", // "buffer_font_weight": 500, "buffer_font_features": {...

> @everdrone Could you try the newest main branch to see if it is fixed ? It worked! The issue seems resolved! Thank you @JunkuiZhang

Would love to see this implemented on a per-platform basis. Something like ```jsonc // settings that apply to all platforms "windows": { /* windows only */ }, "macos": { /*...