-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Some popular extensions (eg GitHub Pull Requests and Issues) fail on load due to lack of Proposed API support #1744
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
Comments
If you can point me in the right direction, I'm happy to try to implement option #1 with a PR. I'm getting lost between all the Args dataclasses and wondering if I need to wrangle through the |
cc @code-asher |
@code-asher Let me know if I can help out at all! |
For the first option all we'd need to do is add the option to our We pass the entire parsed arguments object to VS Code when we spawn it so there's nothing else that needs doing in the patch or anything like that. Option 2 would involve patching though. Probably in |
I attempted option 1 to no avail in PR #1779. The arguments seem accepted, but the same error (above) persists. I also tried enabling dev mode with the VSCODE_DEV env variable set to '1' or 'true' or '', which also didn't prevent the error. I'm not sure how to debug or move forward, if you have any tips! |
I did some digging and I haven't the faintest idea why but it turns out the web version handles this part differently than the local version. Unfortunately it looks like fixing it will require a patch. VS Code web expects a payload object with an We provide that payload in The payload type expects values to be strings so to pass that array we could use |
I'm not sure why it didn't automatically close but this is fixed by #2002. We're working on getting a new release out. |
Reopening and will close when new release is cut. |
Expected behavior: Extensions load w/o error, eg GitHub.vscode-pull-request-github
Actual behavior: Extensions fail to load with the following error.
Ideas for fixing:
code-server --version
: 3.3.1 6f13097The text was updated successfully, but these errors were encountered: