MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / dispose

Method dispose

Extension/src/LanguageServer/client.ts:857–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

855 handleExtractToFunction(extractAsGlobal: boolean): Promise<void>;
856 onInterval(): void;
857 dispose(): void;
858 addFileAssociations(fileAssociations: string, languageId: string): void;
859 sendDidChangeSettings(): Promise<void>;
860 isInitialized(): boolean;

Callers 15

cleanFunction · 0.65
disposeMethod · 0.65
disposeMethod · 0.65
deactivateFunction · 0.65
disposeOutputChannelsFunction · 0.65
disposeMethod · 0.65
deactivateFunction · 0.65
showInputBoxFunction · 0.65
showConfirmationPickerFunction · 0.65
cleanFunction · 0.65
disposeMethod · 0.65
finalizeFunction · 0.65

Implementers 2

DefaultClientExtension/src/LanguageServer/client.ts
NullClientExtension/src/LanguageServer/client.ts

Calls

no outgoing calls

Tested by

no test coverage detected