Replies: 1 comment
-
I don't know of a mechanism in the specification for a server to call an arbitrary command in the client at an arbitrary point in time. However, it might be possible to trigger commands in the client in some situations by filling out fields like Another option would be to have your server send a custom request to the client to trigger the execution of a client-side command - but this will require a custom client extension for every client you wish to support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm looking for a way to execute registered commands on the LSP side of things, just like you would on the extension side like so
vscode.commands.executeCommand()
. Is it possible to do this?https://code.visualstudio.com/api/extension-guides/command
Beta Was this translation helpful? Give feedback.
All reactions