update: mosFile pick 项适配器名称拼接修改

This commit is contained in:
chitanda 2021-12-09 15:10:16 +08:00
parent dc96d643fc
commit d4eaa0fd06
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export class MosFilePickItem implements QuickPickItem {
this.label = mosFile.filetag4;
}
if (notNilEmpty(this.label)) {
this.description = mosFile.psmosfilename;
this.label = `${this.label} (${mosFile.psmosfilename})`;
} else {
this.label = mosFile.psmosfilename;
}