We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
foo.html
<a href="bar.html#baz">baz</a>
bar.html
Expected behavior: the link is followed Actual behavior: an error is shown
The text was updated successfully, but these errors were encountered:
Looka like the fix for microsoft/vscode-html-languageservice#180 isn't working.
Sorry, something went wrong.
aeschli
Successfully merging a pull request may close this issue.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
foo.html
with content:<a href="bar.html#baz">baz</a>
bar.html
in the same folderfoo.html
Expected behavior: the link is followed
Actual behavior: an error is shown
The text was updated successfully, but these errors were encountered: