-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure server commands can be executed
This brings back the ability to execute commands provided by the language server in the `vscode-playground` extension. Instead of encoding all the commands in the `package.json` file, the extension inspects the `ServerCapabilities` of the `initialize` response to determine which commands a server provides. It then presents a quick pick list of commands the user can choose to run. This should mean commands (that don't take any arguments at least) now "just work" with the playground extension
- Loading branch information
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters