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
VS code logs the following warnings in the Output - Extension Host panel:
2024-12-31 13:50:14.481 [warning] [charliermarsh.ruff] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for 'ruff.interpreter', provide the URI of a resource or 'null' for any resource.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.configuration' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.nativeServer' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.ignoreStandardLibrary' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.importStrategy' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.enable' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.organizeImports' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.fixAll' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.showNotifications' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.482 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.showSyntaxErrors' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.configuration' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.nativeServer' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.ignoreStandardLibrary' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.importStrategy' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.enable' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.organizeImports' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.fixAll' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.showNotifications' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
2024-12-31 13:50:14.483 [warning] [charliermarsh.ruff] Accessing a window scoped configuration for a resource is not expected. To associate 'ruff.showSyntaxErrors' to a resource, define its scope to 'resource' in configuration contributions in 'package.json'.
We should fix those.
The text was updated successfully, but these errors were encountered:
VS code logs the following warnings in the
Output
-Extension Host
panel:We should fix those.
The text was updated successfully, but these errors were encountered: