Skip to content
New issue

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

[html] Links with fragment can't be Ctrl+clicked #188623

Open
anthonyvdotbe opened this issue Jul 23, 2023 · 1 comment · Fixed by microsoft/vscode-html-languageservice#180
Open
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug html HTML support issues
Milestone

Comments

@anthonyvdotbe
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: Version: 1.80.1 (user setup) (74f6148)
  • OS Version: Windows_NT x64 10.0.19045

Steps to Reproduce:

  1. create foo.html with content: <a href="bar.html#baz">baz</a>
  2. create bar.html in the same folder
  3. Ctrl+click on the link in foo.html

Expected behavior: the link is followed
Actual behavior: an error is shown

image

@mjbvz mjbvz assigned aeschli and unassigned mjbvz Jul 24, 2023
@aeschli aeschli changed the title Links with fragment can't be Ctrl+clicked [html] Links with fragment can't be Ctrl+clicked Aug 18, 2023
@aeschli aeschli added html HTML support issues bug Issue identified by VS Code Team member as probable bug labels Aug 18, 2023
@aeschli aeschli added this to the Backlog milestone Aug 18, 2023
@microsoft microsoft locked and limited conversation to collaborators Jun 11, 2024
@aeschli aeschli reopened this Oct 22, 2024
@aeschli
Copy link
Contributor

aeschli commented Oct 22, 2024

Looka like the fix for microsoft/vscode-html-languageservice#180 isn't working.

@aeschli aeschli modified the milestones: Backlog, October 2024 Oct 22, 2024
@bpasero bpasero modified the milestones: October 2024, November 2024 Oct 25, 2024
@aeschli aeschli modified the milestones: November 2024, January 2025 Dec 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug html HTML support issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants