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
If a document has a URI other than `git:` (such as `comment:`, `https:`, etc., which occur in new experimental Sourcegraph features), the following error appears in the browser JS console:
```
Uncaught (in promise) Error: unrecognized URI: "comment://2" (supported URI schemes: git)
```
This change suppresses that error by skipping the attempt to decorate such files.
0 commit comments