Skip to content
Snippets Groups Projects
Closed Error message overlays when writing code snippets in PR comments!
  • View options
  • Error message overlays when writing code snippets in PR comments!

  • View options
  • Closed Issue created by Warren Gifford

    Created by: JoshuaKGoldberg

    • Sourcegraph version: N/A
    • Platform information: Chrome 70, Windows 10 with the Sourcegraph extension

    Steps to reproduce:

    1. Go to a PR to review on GitHub. I used https://github.com/Microsoft/tslint-microsoft-contrib/pull/651/
    2. 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

    image

    Amusingly, I got a similar popup writing up this issue:

    image

    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`

    image

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first