execute_command
Execute LSP workspace commands to apply refactorings, generate code, or trigger server-specific operations after identifying available actions.
Instructions
Execute a workspace command via LSP. Commands are server-defined identifiers returned by code actions (in the command field of a CodeAction). Use this after get_code_actions to trigger a server-side operation such as applying a refactoring, generating code, or running a server-specific action. Returns the server-defined result or null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| arguments | No |