-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
What happened?
When hopping between multiple projects (opening and closing zed multiple times, or having multiple zed instances open) I quite often run into this API Rate limit error:
Language server jdtls:
from extension "Java" version 6.7.1: status error 403, response: "{\"message\":\"API rate limit exceeded for xx.xx.xxx.xxx. (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"This is on my work laptop and I'm logged in with my github account.
My settings:
"lsp": {
"jdtls": {
"settings": {
"jdk_auto_download": true,
"check_updates": "once"
}
}
}This makes it impossible to navigate java projects, as you cannot go to definitions or check usages, etc..
What did you expect to happen?
I expected to be able to go to definitions, etc of variables, function and more.
Environment
Zed: v0.213.8
Platform: Ubuntu 24.04.3 LTS
Metadata
Metadata
Assignees
Labels
No labels