We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to Visual Code's http.proxy settings https://github.com/microsoft/vscode/blob/main/src/vs/platform/request/common/request.ts#L143
http.proxy
It could be "socks5://10.1.2.3:7777", and doesn't match vscode-xml's HOST_AND_PORT_EXTRACTOR https://github.com/redhat-developer/vscode-xml/blob/main/src/settings/proxySettings.ts#L155
In a word, it will produce a Cannot read properties of null (reading '1') exception, and the language client will not started.
Cannot read properties of null (reading '1')
The text was updated successfully, but these errors were encountered:
Is there any chance to have a PR?
Sorry, something went wrong.
Unfortunately, not only formatting, but the entire extension does not work if socks5 proxy is enabled
No branches or pull requests
According to Visual Code's
http.proxy
settings https://github.com/microsoft/vscode/blob/main/src/vs/platform/request/common/request.ts#L143It could be "socks5://10.1.2.3:7777", and doesn't match vscode-xml's HOST_AND_PORT_EXTRACTOR
https://github.com/redhat-developer/vscode-xml/blob/main/src/settings/proxySettings.ts#L155
In a word, it will produce a
Cannot read properties of null (reading '1')
exception, and the language client will not started.The text was updated successfully, but these errors were encountered: