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
This bug may be the same as the one reported by #58985, but I wasn't too sure.
Steps to Reproduce:
Open VSCode
Create a new file, and enter the following text:
# Example - [Example](#example) - [Heading 1](#heading-1) - [Heading 2](#heading-2) ## Heading 1 Irure proident incididunt duis eiusmod anim tempor voluptate consequat. ## Heading 2 Irure proident incididunt duis eiusmod anim tempor voluptate consequat.
Save the file as "Example.md".
"Example.md"
Using the mouse, press and hold Ctrl and click on the link #heading-2. The application should scroll to "Heading 2" successfully.
Ctrl
#heading-2
Now save the file as "Example%3A 1.md".
"Example%3A 1.md"
Repeat step 4, the application should fail to scroll, and display the following error message:
Unable to open 'Example: 1.md': File not found (file:///c:/Example: 1.md).
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
Sorry, something went wrong.
This works for on-disk files in insiders. Untitled files still are broken
6d52140
I'm still able to reproduce this issue on this version:
Version: 1.29.0-insider (user setup) Commit: d7ac6e8 Date: 2018-11-01T06:20:59.729Z
c1c3e5e
mjbvz
No branches or pull requests
This bug may be the same as the one reported by #58985, but I wasn't too sure.
Steps to Reproduce:
Open VSCode
Create a new file, and enter the following text:
Save the file as
"Example.md"
.Using the mouse, press and hold
Ctrl
and click on the link#heading-2
. The application should scroll to "Heading 2" successfully.Now save the file as
"Example%3A 1.md"
.Repeat step 4, the application should fail to scroll, and display the following error message:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: