提交 a70d056e 编写于 作者: B Benjamin Pasero

always have full file path in hover even for inactive editors

上级 f66b7e5c
......@@ -1353,7 +1353,7 @@ export class SideBySideEditorControl implements ISideBySideEditorControl, IVerti
// Editor Title (Status + Label + Description)
let name = input.getName() || '';
let description = isActive ? (input.getDescription() || '') : '';
let verboseDescription = isActive ? (input.getDescription(true) || '') : '';
let verboseDescription = input.getDescription(true) || '';
if (description === verboseDescription) {
verboseDescription = ''; // dont repeat what is already shown
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册