Skip to content

Commit

Permalink
#53130 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jul 3, 2018
1 parent b39d95a commit da70570
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ export class LocalizationWorkbenchContribution extends Disposable implements IWo
return;
}

const extensionIdPrefix = this.getPossibleChineseMapping(locale);
const ceintlExtensionSearch = this.galleryService.query({ names: [`MS-CEINTL.vscode-language-pack-${extensionIdPrefix}`], pageSize: 1 });
const extensionIdPostfix = this.getPossibleChineseMapping(locale);
const ceintlExtensionSearch = this.galleryService.query({ names: [`MS-CEINTL.vscode-language-pack-${extensionIdPostfix}`], pageSize: 1 });
const tagSearch = this.galleryService.query({ text: `tag:lp-${locale}`, pageSize: 1 });

TPromise.join([ceintlExtensionSearch, tagSearch]).then(([ceintlResult, tagResult]) => {
Expand Down

0 comments on commit da70570

Please sign in to comment.