Skip to content

Commit

Permalink
Update comment in extensionGalleryService.ts
Browse files Browse the repository at this point in the history
See GH issue microsoft#205003
  • Loading branch information
xavierdecoster committed Feb 12, 2024
1 parent b2d4608 commit 5cfd0d5
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -167,9 +167,8 @@ enum Flags {
IncludeLatestVersionOnly = 0x200,

/**
* This flag switches the asset uri to use GetAssetByName instead of CDN
* When this is used, values of base asset uri and base asset uri fallback are switched
* When this is used, source of asset files are pointed to Gallery service always even if CDN is available
* The Unpublished extension flag indicates that the extension can't be installed/downloaded.
* Users who have installed such an extension can continue to use the extension.
*/
Unpublished = 0x1000,

Expand Down

0 comments on commit 5cfd0d5

Please sign in to comment.