-
-
Notifications
You must be signed in to change notification settings - Fork 36
No comment anchors detected #219
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
Comments
Have you changed your config file in any way? Have you tried comment anchors on other projects as well? Try uninstalling and reinstalling the plugin as well |
I didn't change config file and I tried deleting and reinstalling this extension. No success. |
I checked on Windows 8.1, everything works there. Looks like a problem in Windows 11. |
I've run some tests on my end and I can't seem to reproduce the issue at all. I've tried different environments and different languages everything seems to work. I am running Windows 11 as well. Is there any other information you can provide? |
Yeah I have no idea. It works perfectly for me. If anyone else has any ideas I'm all ears but if I can't reproduce it, I'm not sure how to even go about "fixing" it |
I can attest to what @Alexey-B is saying. I'm sure I'm just now noticing this issue although the update to 1.10.4 happened 2 months ago. Can confirm that downgrading to 1.10.3 solves the issue. |
If you do fork it and get the issue in a dev environment please let me know cause I have tried so many things and just can't reproduce it at all |
@Zodsmar Now I'm as lost as you. I ran the extension locally at the latest version 1.14.0 and in a clean environment, this feature of the extension worked fine. Contrasted to before where I had to downgrade to 1.13.0 to have a working feature. I tried to do a |
Really strange issue as I personally have not run into any problems either, so I'm unsure how it could be fixed. If anyone does find a cause or a possible fix I'll gladly incorporate it and release a new version of the extension |
Everything is still the same for me and I still don’t understand the reason. In version 1.10.4 (something happened to the version numbering?) there are no anchors, in version 1.10.3 there are. |
I have an issue and I'm not sure if it's related here. |
I just ran into this problem myself. It turns out that I needed to tell the extension to also look for comments with Lua's comment delimiter: "commentAnchors.tags.matchPrefix": [
"<!--",
"//",
"/*",
"/**",
"*",
"#",
"--"
], |
Describe the bug
After some kind of update in 2024, all the anchors disappeared (there were enough of them according to the project).
The new ones don't applied either.
To Reproduce
No idea
Expected behavior
The anchors is appeared.
The text was updated successfully, but these errors were encountered: