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
Extension host is complaining about some calls related to config accesses:
[warning] [ufukty.dim] Accessing a window scoped configuration for a resource is not expected. To associate <X> to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
which repeats for:
dim.defaultOpacityTier
dim.defaultFlags
dim.valueForMinTier
dim.valueForMidTier
dim.valueForMaxTier
dim.updatePeriod
[warning] [ufukty.dim] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for <X>, provide the URI of a resource or 'null' for any resource.
which repeats for:
Context
[warning] [ufukty.dim] Accessing a window scoped configuration for a resource is not expected. To associate <X> to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.which repeats for:
dim.defaultOpacityTierdim.defaultFlagsdim.valueForMinTierdim.valueForMidTierdim.valueForMaxTierdim.updatePeriod[warning] [ufukty.dim] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for <X>, provide the URI of a resource or 'null' for any resource.which repeats for:
[go][json][md][mjs][ts][vscodeignore]Problem
Significant signal to suspect extension will behave unexpectedly in different settings.