Skip to content

Config accesses #39

@ufukty

Description

@ufukty

Context

  • 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:
      • [go]
      • [json]
      • [md]
      • [mjs]
      • [ts]
      • [vscodeignore]
  • Investigate improper filtering of language config #9 filed another issue with configs, which might be related or not.

Problem

Significant signal to suspect extension will behave unexpectedly in different settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions