Skip to content

Commit 0c48cab

Browse files
committed
remove description property for terminal quick fix
1 parent b3f1bf2 commit 0c48cab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/workbench/contrib/terminal/browser/widgets/terminalQuickFixMenuItems.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export function toMenuItems(inputQuickFixes: readonly TerminalQuickFix[], showHe
5252
title: quickFix.action.label
5353
},
5454
disabled: false,
55-
label: quickFix.title,
56-
description: quickFix.source
55+
label: quickFix.title
5756
});
5857
}
5958
}

0 commit comments

Comments
 (0)