You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notices.push(nls.localize('extensionDescription.main2',"Expected `main` ({0}) to be included inside extension's folder ({1}). This might make the extension non-portable.",normalizedAbsolutePath,extensionFolderPath));
396
395
// not a failure case
397
396
}
@@ -401,6 +400,22 @@ class ExtensionManifestValidator extends ExtensionManifestHandler {
notices.push(nls.localize('extensionDescription.browser2',"Expected `browser` ({0}) to be included inside extension's folder ({1}). This might make the extension non-portable.",normalizedAbsolutePath,extensionFolderPath));
notices.push(nls.localize('extensionDescription.browser3',"properties `{0}` and `{1}` must both be specified or must both be omitted",'activationEvents','browser'));
0 commit comments