-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
"vscode-proxy-agent" failed #141358
Comments
The deprecation warning is tracked as #136874. That shouldn't make it fail. Are you passing any extra command line arguments that might affect that? |
No, there is absolutely no extra command line argument! I can't get rid of these problems even though I did a clean install. "clean install steps":
Despite all this, nothing has changed. Note: I would be happy to provide any information about my development environment that you think will contribute to solving this problem. |
Could you unfold the first error in the log (clicking on its triangle)? We seem to be missing something. If that doesn't reveal anything new, maybe compare with the Insiders version (can be installed alongside stable): https://code.visualstudio.com/insiders/ |
I scanned almost all directories and deleted traces of vscode. I've tried Insiders, both universal and arm... but I can't seem to get rid of these errors at all. Thank you for your attention @chrmarti! These two screenshots were taken at your request. |
If I run the code from the command line with the following argument, everything returns to normal and the plugins continue to work, despite some errors; code --trace-deprecation I don't think there has been a change in my development environment. But on the other hand, if I go back to the previous versions of the code, I see that nothing has changed. |
It looks as if the extension host was started with |
Does this issue occur when all extensions are disabled?: Yes
Everything was normal before, but suddenly these problems appeared. And my plugins stopped working.
Please help me!
The text was updated successfully, but these errors were encountered: