You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to use ls.findDocumentLinks2 to fix the problem at the root. To do this, we must switch to the URI instead of the paths in the providers, parser and scanner.
Reproducible Case:
Steps to Reproduce:
test.scss
file;gradient-striped
node; The lettering would be@import "_provider.scss";
; Go to the definition;_provider.scss
file;test.scss
filegradient-striped
node; The lettering would be@import "_provider.scss"; (implicitly)
;The text was updated successfully, but these errors were encountered: