mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
fix #33480
This commit is contained in:
@@ -61,7 +61,7 @@ class MarginComputer implements IHoverComputer<IHoverMessage[]> {
|
||||
|
||||
let hoverMessage = d.options.glyphMarginHoverMessage;
|
||||
|
||||
if (!isEmptyMarkdownString(hoverMessage)) {
|
||||
if (isEmptyMarkdownString(hoverMessage)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user