- applyEdit
void applyEdit(string id, ApplyWorkspaceEditResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.
- configuration
void configuration(string id, JSONValue[] configs)
Undocumented in source. Be warned that the author may not have intended to support it.
- didChangeConfiguration
void didChangeConfiguration(DidChangeConfigurationParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- didChangeWatchedFiles
void didChangeWatchedFiles(DidChangeWatchedFilesParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- didChangeWorkspaceFolders
void didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeCommand
JSONValue executeCommand(ExecuteCommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- symbol
SymbolInformation[] symbol(WorkspaceSymbolParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- workspaceFolders
void workspaceFolders(string id, Nullable!(WorkspaceFolder[]) folders)
Undocumented in source. Be warned that the author may not have intended to support it.