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
e.setDecorations(valuePair.decoration,valuePair.ranges);// VSCode clears the decorations when the text editor becomes invisible
405
-
//}
404
+
}
406
405
}
407
406
}
408
407
@@ -659,7 +658,8 @@ class DefaultClient implements Client {
659
658
valuePair.decoration.dispose();
660
659
valuePair.decoration=decoration;
661
660
662
-
valuePair.ranges=params.ranges;// As vscode.TextEditor.setDecorations only applies to visible editors, we must cache the range for when another editor becomes visible
661
+
// As vscode.TextEditor.setDecorations only applies to visible editors, we must cache the range for when another editor becomes visible
0 commit comments