vscode-java
vscode-java copied to clipboard
To get the effective value for '[java]', provide the URI of a resource or 'null' for any resource.
A warning in Log (Extension Host)
[2022-05-30 09:49:42.701] [exthost] [warning] [redhat.java] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for '[java]', provide the URI of a resource or 'null' for any resource.
I assume that, adding null as a second parameter would fix the warning and maintain the same behavior.
https://github.com/redhat-developer/vscode-java/blob/01d07b9aaa4ae3375a2927042708a62c856bc384/src/settings.ts#L119