-
Notifications
You must be signed in to change notification settings - Fork 92
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
lightspeed: rely on electron's fetch #1498
base: main
Are you sure you want to change the base?
lightspeed: rely on electron's fetch #1498
Conversation
Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: |
- `fetch()` in the main process works well with the proxy - this is not the case from within the LSP server TODO: - Move away from the LSP server - Error handling
for more information, see https://pre-commit.ci
I also verified that the |
Yes, I also faced the issue. This is the main reason why I decided to move away from LSP. It was going to make our life miserable with the HTTP proxy when NTLM/Kerberos is in the picture. |
fetch()
in the main process works well with the proxyTODO: