You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Install latest version of VSCode Code Search plugin (link)
Open extension and click "Have an Account?"
Enter instance URL and access token
See error:
Unable to verify your access token for sourcegraph.com. Please try again with a new access token or restart VS Code if the instance URL has been updated.
Expected behavior:
Extension should authenticate and allow user to search
Actual behavior:
Error is thrown and cannot authenticate
Additional information:
Looking at the request sent to the instance it contains the following GraphQL query:
which returns an empty string on 5.3.0 but not on previous versions. This is due to a change in 5.3.0 where we dropped searchable DB column (link).
Screenshots
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).
macOS 14.1
Steps to reproduce:
Expected behavior:
Extension should authenticate and allow user to search
Actual behavior:
Error is thrown and cannot authenticate
Additional information:
Looking at the request sent to the instance it contains the following GraphQL query:
which returns an empty string on 5.3.0 but not on previous versions. This is due to a change in 5.3.0 where we dropped
searchableDB column (link).Screenshots
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).