valid uri's are flagged as errors in git resource
See original GitHub issueThe 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 ‘/’

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/.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Git URIs does not match SSH URI specification - Stack Overflow
The ssh command doesn't require an ssh URI either: it already knows it's the one to interpret the resource identifier, so the restrictions ......
Read more >git-clone Documentation - Git
When the repository to clone from is on a local machine, this flag bypasses the normal "Git ... Progress is not reported to...
Read more >1.1.4 Resources - Concourse CI
resources : - name: repo type: git source: uri: https://github.com/concourse/examples.git jobs: - name: hello-world-job plan: - get: repo trigger: true # tell ...
Read more >RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
The URI syntax defines a grammar that is a superset of all valid URIs, ... the scheme-specific resolution process should flag the reference...
Read more >Repository checks - GitLab Docs
You can see a failed to parse commit <commit SHA> from object database for commit-graph error in repository check logs. This error occurs...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

thanks, tried it out, and it looks like it’s fixed
If you want to try it out you can download a snapshot .vsix file from here:
http://dist.springsource.com/snapshot/STS4/nightly-distributions.html