Skip to content

Commit

Permalink
Added documentation for XML: Restart Language Server
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Chen <[email protected]>
  • Loading branch information
Alexander Chen authored and datho7561 committed Aug 9, 2022
1 parent 2c828dd commit e141979
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ When the [Server Cache Path](Preferences.md#server-cache-path) is activated, the
This command re-triggers the [XML Validation](Validation.md#xml-validation) for the all opened XML files.

When the [Server Cache Path](Preferences.md#server-cache-path) is activated, the command clears the remote grammar cache and revalidates all opened files.

## Restart XML Language Server

This command restarts the XML language server.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
},
{
"command": "xml.restart.language.server",
"title": "Restart Language Server",
"title": "Restart XML Language Server",
"category": "XML"
}
],
Expand Down

0 comments on commit e141979

Please sign in to comment.