-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for 'xml/executeClientCommand` access to server from extension
Signed-off-by: BoykoAlex <[email protected]>
- Loading branch information
1 parent
f160854
commit 11f6f6d
Showing
11 changed files
with
510 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
The XML Language Server implements the following extensions that are not part of the standard LSP | ||
|
||
| Method | Kind | Notes | | ||
|--------------|-------------------|----------------------------------------------------------------------| | ||
| xml/closeTag | Request to server | Retrieves the close Tag to insert in a given position of a document. | | ||
The XML Language Server implements the following extensions that are not part of the standard LSP | ||
|
||
| Method | Kind | Notes | | ||
|--------------------------|-------------------|----------------------------------------------------------------------| | ||
| xml/closeTag | Request to server | Retrieves the close Tag to insert in a given position of a document. | | ||
| xml/executeClientCommand | Request to client | Executes command on the client. | |
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
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
Oops, something went wrong.