We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5abee2 commit b41b712Copy full SHA for b41b712
Extension/src/LanguageServer/client.ts
@@ -953,7 +953,7 @@ export class DefaultClient implements Client {
953
public getShowConfigureIntelliSenseButton(): boolean { return this.showConfigureIntelliSenseButton; }
954
public setShowConfigureIntelliSenseButton(show: boolean): void { this.showConfigureIntelliSenseButton = show; }
955
956
- private lastInvokedLspMessage: string = "";
+ private lastInvokedLspMessage: string = ""; // e.g. cpptools/hover
957
958
/**
959
* don't use this.rootFolder directly since it can be undefined
0 commit comments