Open
Description
Not a blocking issue. Just some annoying warning messages in debug console if I have xml extension installed.
[redhat.vscode-xml] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for '[xml]', provide the URI of a resource or 'null' for any resource.
[redhat.vscode-xml] Accessing a window scoped configuration for a resource is not expected. To associate 'xml.completion.autoCloseTags' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
The first one:
Line 128 in 32b586c
let configXML = workspace.getConfiguration(undefined, null)
, ConfigXML.get("[xml]")
should work.
The second one:
Line 86 in 32b586c
Line 32 in 407cd65
Lines 152 to 156 in 32b586c
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Pending review