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

fix bad hover title for debug internal module

上级 06429994
......@@ -110,7 +110,7 @@ export class ResourceLabel extends IconLabel {
const resource = this.label.resource;
let title = '';
if (this.options && this.options.title) {
if (this.options && typeof this.options.title === 'string') {
title = this.options.title;
} else if (resource) {
title = getPathLabel(resource.fsPath);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册