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
this._envEnablesProposedApiForAll=true||// always enable proposed API
1475
1475
!_environmentService.isBuilt||// always allow proposed API when running out of sources
1476
1476
(_environmentService.isExtensionDevelopment&&productService.quality!=='stable')||// do not allow proposed API against stable builds when developing an extension
1477
1477
(this._envEnabledExtensions.size===0&&Array.isArray(_environmentService.extensionEnabledProposedApi));// always allow proposed API if --enable-proposed-api is provided without extension ID
0 commit comments