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

Method activate

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

Source from the content-addressed store, hash-verified

823 didChangeActiveEditor(editor?: vscode.TextEditor, selection?: Range): Promise<void>;
824 restartIntelliSenseForFile(document: vscode.TextDocument): Promise<void>;
825 activate(): void;
826 selectionChanged(selection: Range): Promise<void>;
827 resetDatabase(): Promise<void>;
828 deactivate(): void;

Callers 12

activateCppExtensionFunction · 0.65
activateFunction · 0.65
getCopilotClientApiFunction · 0.65
getCopilotChatApiFunction · 0.65
activateMethod · 0.65
activateMethod · 0.65
didChangeActiveEditorMethod · 0.65
recreateClientsMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected