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
fix(settings): "accessing configuration without providing a resource"
Problem:
vscode extension host logs show many warnings like this:
[warning] [amazonwebservices.aws-toolkit-vscode] Accessing a resource scoped configuration without providing a resource is not expected.
To get the effective value for 'files.watcherExclude', provide the URI of a resource or 'null' for any resource
Solution:
Default to `null` instead of `undefined` when getting a config.
0 commit comments