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

Method deactivate

Extension/src/LanguageServer/client.ts:3228–3230  ·  view source on GitHub ↗

* disable UI updates from this client and pause tag parsing on the server.

()

Source from the content-addressed store, hash-verified

3226 * disable UI updates from this client and pause tag parsing on the server.
3227 */
3228 public deactivate(): void {
3229 this.model.deactivate();
3230 }
3231
3232 public async pauseParsing(): Promise<void> {
3233 await this.ready;

Callers

nothing calls this directly

Calls 1

deactivateMethod · 0.65

Tested by

no test coverage detected