Error message overlays when writing code snippets in PR comments!
View options
- Truncate descriptions
Created by: JoshuaKGoldberg
- Sourcegraph version: N/A
- Platform information: Chrome 70, Windows 10 with the Sourcegraph extension
Steps to reproduce:
- Go to a PR to review on GitHub. I used https://github.com/Microsoft/tslint-microsoft-contrib/pull/651/
- Start typing in the following text:
Use `|| !tsutils.
Expected behavior:
Nothing Sourcegraph-related should happen. Why would it?
Actual behavior:
1 error occurred: * symbol search failed: Post http://10.188.11.72:3184/search: dial tcp 10.188.11.72:3184: connect: connection refused
Amusingly, I got a similar popup writing up this issue:
Edit: ooh, and more while typing! From this text:
Use `|| !tsutils.isStringLiteral(expression
...I get this:
type error at character 65: error parsing regexp: missing closing ): `tsutils.isStringLiteral(expression`