This commit is contained in:
千反田丷 2021-12-09 15:58:29 +08:00
commit 10f23839ef
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;
}