similar to #104 but instead when rate limiting happens...  when this happens ^ Instead of displaying the error, ask for auth: ```ts vscode.authentication.getSession('github', scopes, { createIfNone: true }); ``` and then run the query again.
similar to #104 but instead when rate limiting happens...
when this happens ^
Instead of displaying the error, ask for auth:
and then run the query again.