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

Method deactivate

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

Source from the content-addressed store, hash-verified

826 selectionChanged(selection: Range): Promise<void>;
827 resetDatabase(): Promise<void>;
828 deactivate(): void;
829 promptSelectIntelliSenseConfiguration(sender?: any): Promise<void>;
830 rescanCompilers(sender?: any): Promise<void>;
831 pauseParsing(): Promise<void>;

Callers 7

deactivateFunction · 0.65
deactivateMethod · 0.65
deactivateMethod · 0.65
constructorMethod · 0.65
didChangeActiveEditorMethod · 0.65
createClientMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected