mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
error, missing compilation
This commit is contained in:
@@ -1083,7 +1083,7 @@ function prepareI18nPackFiles(externalExtensions, resultingTranslationPaths, pse
|
||||
extPack = extensionsPacks[resource] = { version: i18nPackVersion, contents: {} };
|
||||
}
|
||||
var externalId = externalExtensions[resource];
|
||||
if (!externalId) {
|
||||
if (!externalId) { // internal extension: remove 'extensions/extensionId/' segnent
|
||||
var secondSlash = path.indexOf('/', firstSlash + 1);
|
||||
extPack.contents[path.substr(secondSlash + 1)] = file.messages;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user