zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.08k stars 3.07k forks source link

Ability to provide Github credentials for authenticated API requests #7219

Open jjcomer opened 9 months ago

jjcomer commented 9 months ago

Check for existing issues

Describe the feature

I currently get an error when trying to download the rust language server. The error is a 403 citing rate limits based on my IP. If we are able to make the GH requests with personal access tokens the rate limits are much higher.

I'd like the ability to add my token for use when making requests to GH.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

jansol commented 9 months ago

Tangentially related, it would be even nicer to not have to make said requests in the first place à la #4978

adelsz commented 9 months ago

👍 This is currently blocking me from using any language servers in Zed.