Skip to content

valid uri's are flagged as errors in git resource #194

Closed
@shua

Description

@shua

The lang server uses github-specific parsing for the uri on the git resource, but that uri can be any valid uri that points to a git instance. Usually not a problem, but if your github url is at eg github.computer.com, that uri gets flagged as

Expecting a ':'

or

Expecting a '/'

image
image

on the p.

It's a rare circumstance, but that value is a uri, not necessarily a github address, so it is a bug. Not huge, but a minor annoyance.

It'll show up for any uri that starts with git@github.com and not git@github.com: or https://github.com and not https://github.com/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions