-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix: Follow JetBrains IDE proxy settings #6531
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for continuedev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
da8f206
to
a339163
Compare
|
||
kotlinx.coroutines.delay(15 * 60 * 1000) // 15 minutes in milliseconds | ||
log.info("Token refreshed, retrying in 15 minutes") | ||
delay(10.minutes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delay(10.minutes) | |
delay(15.minutes) |
I think this should still be 15?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that's a typo, thanks
Fixed 👍
🚧
Summary by cubic
Updated authentication in the JetBrains extension to use the IDE's HttpRequests API, so proxy settings are now respected during token refresh. This improves compatibility for users behind a proxy.