-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Can't ctrl+click on paths #50519
Comments
Please provide a Javascript example as well. Share both the code (as text) and a description of your project structure |
SCSS is a duplicate of #29899. |
Allright, I have at least found the issue with JavaScript. I was reworking the architecture of a very old project my employer still had lying around. It had lots of nastyness with many separate files building a global object. So I was calling require(filepath) to a JS file that performed The problem with SCSS imports is still there. It is very easily replicable:
Using the following version:
Problem also exists without any extensions active. |
Ok, closing this as a duplicate of #29899 then |
Whether it's in SCSS or JS, I cannot ctrl+click on any of my imports in any of my files! I was excited about switching to this editor, but this totally breaks usability for me. Doesn't matter if I use require or import (or @import in scss's case). "Go to definition" also doesn't work as it shows:
Seems like it does not recognize it as a path?
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes!!
PS: I can't see any error messages in the dev console.
The text was updated successfully, but these errors were encountered: