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
With VS Code version 1.97.x, I can launch a native REPL from the terminal. When I do that, however, I get a Ruff error every time I type any (and every) character:
1409.454579s ERROR ruff_server::server::api An error occurred while running notebookDocument/didChange: No document found for untitled:Untitled-1.ipynb?jupyter-notebook
This does not happen when I open an interactive window with the command palette.
Is there a way I can silence it?
The text was updated successfully, but these errors were encountered:
I set python.terminal.shellIntegration.enabled to true but I'm not getting a way to open the VS Code REPL from the Python REPL as shown in the link. Does it require insiders build?
Opening it via "Python: Start Native Python REPL" works fine.
With VS Code version 1.97.x, I can launch a native REPL from the terminal. When I do that, however, I get a Ruff error every time I type any (and every) character:
This does not happen when I open an interactive window with the command palette.
Is there a way I can silence it?
The text was updated successfully, but these errors were encountered: