Skip to content
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

Closed
assoft opened this issue Jan 25, 2022 · 7 comments
Closed

"vscode-proxy-agent" failed #141358

assoft opened this issue Jan 25, 2022 · 7 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@assoft
Copy link

assoft commented Jan 25, 2022

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.63.2
    • Commit: 899d46d
    • Date: 2021-12-15T09:38:17.605Z (1 mo ago)
    • Electron: 13.5.2
    • Chromium: 91.0.4472.164
    • Node.js: 14.16.0
    • V8: 9.1.269.39-electron.0
    • OS: Darwin arm64 21.2.0
  • OS Version: MacOS Monterey 12.1 - M1

Everything was normal before, but suddenly these problems appeared. And my plugins stopped working.

Please help me!

1
2

@chrmarti
Copy link
Collaborator

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?

@chrmarti chrmarti added the info-needed Issue requires more information from poster label Jan 25, 2022
@assoft
Copy link
Author

assoft commented Jan 25, 2022

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":

  1. ~/.vscode removed
  2. ~/Library/Application Support/Code removed
  3. Download VSCode Apple Silicon from https://code.visualstudio.com/download

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.

@chrmarti
Copy link
Collaborator

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/

@assoft
Copy link
Author

assoft commented Jan 26, 2022

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.

2
1

@assoft
Copy link
Author

assoft commented Jan 26, 2022

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.

1

@chrmarti
Copy link
Collaborator

It looks as if the extension host was started with --throw-deprecation. Not sure where that might come in. Maybe check your launch.json (for extension development) and F1 > Preferences: Configure Runtime Arguments.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants
@assoft @bpasero @chrmarti and others