Skip to content

Commit b41b712

Browse files
committed
Add a comment.
1 parent e5abee2 commit b41b712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ export class DefaultClient implements Client {
953953
public getShowConfigureIntelliSenseButton(): boolean { return this.showConfigureIntelliSenseButton; }
954954
public setShowConfigureIntelliSenseButton(show: boolean): void { this.showConfigureIntelliSenseButton = show; }
955955

956-
private lastInvokedLspMessage: string = "";
956+
private lastInvokedLspMessage: string = ""; // e.g. cpptools/hover
957957

958958
/**
959959
* don't use this.rootFolder directly since it can be undefined

0 commit comments

Comments
 (0)