Skip to content

Commit 1ccc670

Browse files
committed
Wording on comment
1 parent e463439 commit 1ccc670

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
@@ -651,7 +651,7 @@ class DefaultClient implements Client {
651651
valuePair[0].dispose();
652652
valuePair[0] = decoration;
653653

654-
valuePair[1] = params.ranges; // As vscode.TextEditor.setDecorations only applies to visible editors, we must cache the range when another editor become visible
654+
valuePair[1] = params.ranges; // As vscode.TextEditor.setDecorations only applies to visible editors, we must cache the range for when another editor becomes visible
655655
} else { // The entry does not exist. Make a new one
656656
this.inactiveRegionsDecorations.set(params.uri, [decoration, params.ranges]);
657657
}

0 commit comments

Comments
 (0)