filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
403 stars 51 forks source link

Unsupported scheme 'vscode' #119

Open admc opened 1 year ago

admc commented 1 year ago

Great project, thank you.

We have links in our site that deep link into VS Code, and would like to skip those from the link check. Do you think this would be possible?

Unhandled exception:
Invalid argument(s): Unsupported scheme 'vscode' in URI vscode://stateful.runme?command=setup&repository=https://github.com/stateful/linkerd-website.git&fileToOpen=tests/runme/README.md
#0      _HttpClient._openUrl (dart:_http/http_impl.dart:2737:9)
#1      _HttpClient._openUrlFromRequest (dart:_http/http_impl.dart:2817:12)
#2      _HttpClientResponse.redirect (dart:_http/http_impl.dart:668:10)
#3      _HttpClientRequest._onIncoming.<anonymous closure> (dart:_http/http_impl.dart:1477:55)
<asynchronous suspension>
#4      _HttpClientRequest._onIncoming.<anonymous closure> (dart:_http/http_impl.dart:1492:17)
<asynchronous suspension>

Thank you!