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
When using the Ruff VS Code extension with the native ruff server alongside the Python Jupyter extension, Ruff reports diagnostics on the virtual .interactive files created by the Interactive Window (see first lint problem) :
Using the below vscode configuration setting does not seem to help (likely because the virtual file does not exist in project root):
"ruff.exclude": ["**/Interactive-1.interactive", "*.interactive"], // does not work
The text was updated successfully, but these errors were encountered:
Yes, indeed I hadn’t noticed the existing issue before opening a new one. After reviewing it, I can confirm that I’m also using Windows, like the other users reporting this problem.
When using the Ruff VS Code extension with the native ruff server alongside the Python Jupyter extension, Ruff reports diagnostics on the virtual .interactive files created by the Interactive Window (see first lint problem) :
Using the below vscode configuration setting does not seem to help (likely because the virtual file does not exist in project root):
The text was updated successfully, but these errors were encountered: