MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / activate

Method activate

Extension/src/LanguageServer/client.ts:3211–3214  ·  view source on GitHub ↗

* enable UI updates from this client and resume tag parsing on the server.

()

Source from the content-addressed store, hash-verified

3209 * enable UI updates from this client and resume tag parsing on the server.
3210 */
3211 public activate(): void {
3212 this.model.activate();
3213 void this.resumeParsing().catch(logAndReturn.undefined);
3214 }
3215
3216 public async selectionChanged(selection: Range): Promise<void> {
3217 return this.languageClient.sendNotification(DidChangeTextEditorSelectionNotification, selection);

Callers

nothing calls this directly

Calls 3

resumeParsingMethod · 0.95
activateMethod · 0.65
catchMethod · 0.45

Tested by

no test coverage detected