-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Extension causes high cpu load #24715
Comments
@lgutierrezr Do you see anything in the Output > Python logs? or the Developer Tools logs (Help > Toggle Developer Tools) |
"workbench.html:1 Access to fetch at 'https://www.vscode-unpkg.net/_gallery/ms-python/python/latest' from origin 'vscode-file://vscode-app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status." |
That looks like it is VS Code core trying to find the latest version of python extension. That error is not originating from the python extension. If that is the only issue, see if you can manually update python extension or disable update and see if that works. |
I will try to update manually, I will let you know if the problem persists. |
I reinstalled the extensions, upgraded to the latest version of VScode. upgraded from python 3.11.7 to 3.13.1 and had to install “Microsoft Visual C++ 14.0 which was in Microsoft C++ Build Tools” from VS 2022. Now VSCode and its extensions are without performance issues. PS: It's a bit weird that in this update I had to do it manually. But everything is back to normal. Thank you @karthiknadig |
I have already reported the problem to the 3 extensions I had! thank you very much for your prompt attention! I close the issue |
Performance
python
2024.23.2025011101
Windows_NT x64 10.0.19045
1.96.2
ms-python.python-unresponsive.cpuprofile.txt
Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load
The text was updated successfully, but these errors were encountered: