mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
Load bundle for web from unpkg service (#163641)
* move extensionResourceLoader service into platform * use the ExtensionResourceLoader to load translations from a language pack * do join after * missed a deletion
This commit is contained in:
committed by
GitHub
parent
28da8ed1aa
commit
f83ad50c89
@@ -23,7 +23,7 @@ export class MainThreadLocalization extends Disposable implements MainThreadLoca
|
||||
|
||||
async $fetchBuiltInBundleUri(id: string): Promise<URI | undefined> {
|
||||
try {
|
||||
const uri = await this.languagePackService.getTranslationsUri(id);
|
||||
const uri = await this.languagePackService.getBuiltInExtensionTranslationsUri(id);
|
||||
return uri;
|
||||
} catch (e) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user