-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copilot struggling with large notebooks #211154
Comments
I had this problem too for many weeks. I read issue microsoft/vscode-jupyter#14459, based on that I disabled the IntelliCode extension, and problem was gone! --> but see edit below :-( Edit: after a few hours working (with IntelliCode disabled) problem pops up again unfortunately. To execute a cell with just 4*6, it waits two seconds, then executes it. The only thing that helps in this situation is to restart VS Code entirely. |
Seemed to have found a work-around while trying to follow the instructions to get a detailed CPU profile. After clicking the reload button (see screenshot), the problem disappeared. That means, the 2 seconds delay when executing the cell with "4 * 6" but also the slugginess when debugging that cell (breakpoint on that instruction 4 * 6) Edit: same can be a achieved by F1 >Developer: Reload Window |
Same. Only thing I have found that helps is closing VSCode and restarting, but this destroys all my state. It usually gives me another 30 min to an hour before it starts happening again. Very disruptive. |
Any update on this? I am experiencing this exact issue. Version: 1.89.1 (Universal) |
This is getting fixed in the co-pilot repro and should be resolved when they release. |
@amunger, any update on this? There were serval releases and pre-release updates on the copilot over the past two weeks. The issue happens at random times after a long period of use (microsoft/vscode-jupyter#14459) I can't output perf in the developer menu when I encounter the problem, as I get the following error. Note this doesn't happen in the insider build of vscode. But, I suspect the markdowns, too many cells with outputs, and cells with images and interactive plots (folium, plotly, etc) might be the root cause. The code execution in the cell after the problem happens seems to lag taking 2-5 seconds to complete, despite the output Jupyter log that shows the cell completed in a much, much shorter time (order of 0.1 s). Also, when the problem happens, Pylance syntax highlighting turns gray, and on the bottom status bar, it shows # cells # files to analyze, similar to microsoft/pylance-release#5748. When the status disappears, the syntax highlighting comes back, but the problem repeats if you execute any cell or scroll up and down. |
Testing #210961
437KB file, but all input
spotify_noOutput.ipynb.txt
The text was updated successfully, but these errors were encountered: