MCPcopy
hub / github.com/microsoft/vscode-languageserver-node / unregister

Method unregister

client/src/client.ts:653–653  ·  view source on GitHub ↗

* Is called when the server wants to unregister a feature. * * @param id the id used when registering the feature.

(id: string)

Source from the content-addressed store, hash-verified

651 * @param id the id used when registering the feature.
652 */
653 unregister(id: string): void;
654
655 /**
656 * Called when the client is stopped to dispose this feature. Usually a feature

Callers 2

unregisterMethod · 0.65

Implementers 6

DidChangeTextDocumentFeatureclient/src/client.ts
WillSaveWaitUntilFeatureclient/src/client.ts
FileSystemWatcherFeatureclient/src/client.ts
ConfigurationFeatureclient/src/client.ts
ExecuteCommandFeatureclient/src/client.ts
WorkspaceFoldersFeatureclient/src/workspaceFolders.ts

Calls

no outgoing calls

Tested by

no test coverage detected