update: mosFile pick 项适配器名称拼接修改
This commit is contained in:
parent
dc96d643fc
commit
d4eaa0fd06
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue