ConfigurationScope

The configuration scope which can be:

  • a Uri representing a resource

  • a TextDocument representing an open text document

  • a WorkspaceFolder representing a workspace folder

  • an object containing:

  • uri: an optional Uri of a text document

  • languageId: the language identifier of a text document

Online Documentation