Language server just-lsp:
from extension "Justfile" version 0.2.0: status error 403, response: "{\"message\":\"API rate limit exceeded for 31.14.70.84. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\",\"documentation_url\":\"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting\"}\n"
It looks like currently this extension requires to fetch the latest version at each start:
|
let release = latest_github_release( |
It should really handle the github api being down or rate limited. I used this lsp before, I must already have the required binary somewhere on my system.
It looks like currently this extension requires to fetch the latest version at each start:
zed-just/src/lib.rs
Line 33 in 5f9cf78
It should really handle the github api being down or rate limited. I used this lsp before, I must already have the required binary somewhere on my system.