Replies: 3 comments
-
That works fine for me. My guess would be that you are missing one of the dependencies. Can you please run That should actually fail earlier... Can you also check the LS logs in helix? |
Beta Was this translation helpful? Give feedback.
-
Since the lsp itself is running and the preview showing triggers this, then it could be related to a missing library dependencies that's dynamically opened with dlopen when establishing a connection to the windowing system. Is there any way to see output from the slint-lsp process as helix starts it? Is helix running in some sandbox of sorts? |
Beta Was this translation helpful? Give feedback.
-
helix log entry:
Does that look like it? Also I can run |
Beta Was this translation helpful? Give feedback.
-
I try to start live-preview from helix editor, but nothing happens. I select the code action "Show Preview" when the cursor is on the
MainWindow
component name and press enter. I've not edited any slint-lsp specific configuration for helix editor. The specs are:Slint: 1.9.1
Helix: 24.7
Platform: Debian 12
slint-helix-2025-01-05_13.50.32.webm
Beta Was this translation helpful? Give feedback.
All reactions