-
Notifications
You must be signed in to change notification settings - Fork 58
Workspace commands
Patrick Förster edited this page Oct 21, 2022
·
6 revisions
The server provides the following commands through the workspace/executeCommand
request:
Removes the auxiliary files produced by compiling the specified LaTeX document.
At the moment, this command simply calls latexmk -c
with the currently configured output directory.
Parameters:
-
document
:TextDocumentIdentifier
(Required)
Removes the auxiliary files and the artifacts produced by compiling the specified LaTeX document.
At the moment, this command simply calls latexmk -C
with the currently configured output directory.
Parameters:
-
document
:TextDocumentIdentifier
(Required)