You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/src/LanguageServer/client.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,7 @@ class DefaultClient implements Client {
651
651
valuePair[0].dispose();
652
652
valuePair[0]=decoration;
653
653
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
0 commit comments