-
-
Notifications
You must be signed in to change notification settings - Fork 152
Description
I spotted the LSP in the changelog and got curious.
Just in case it matches the section from the #986 issue:
Per-editor integrations (like VS Code's "LSP client" extensions)
I'd be interested in an IntelliJ version for it.
I installed the following IntelliJ plugin https://github.com/redhat-developer/lsp4ij and then tried to define it:
But apart from a small notification

The logs only showed:
server initialized!
I guess I need to hand in more configuration for the Server or Client side, but I was unable to spot anything in https://github.com/zizmorcore/zizmor-vscode/blob/main/src/extension.ts that I should be copying. Or is it in the typescript dependency and you simply didn't need to change anything?
Would you be able to share the JSON of server configuration, initialization options and client configuration that the VSCode version is creating?


