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
I have a .astro file and there import a css file and I am using path alias ; configured in tsconfig.json, now in VS code when we hover over the import line and click on Go To Definiton File ( f12 ) ; it opens node_modukles/astro/client.d.ts file where declare syntax of cdd is menationed
Background & Motivation
I have a .astro file and there import a css file and I am using path alias ; configured in tsconfig.json, now in VS code when we hover over the import line and click on Go To Definiton File ( f12 ) ; it opens node_modukles/astro/client.d.ts file where declare syntax of cdd is menationed
while I want that it should open the respective file.
Note: this works fine when give relative path but alias path dint\d not work, only for css file impot.
vs code 1.95
ubuntu 24.04
Astro V 4.16
Astro vs code extension v 2.15.4
Proposed Solution
Possible solutions
Alternatives considered
Risks, downsides, and/or tradeoffs
Open Questions
Detailed Design
No response
Help make it happen!
The text was updated successfully, but these errors were encountered: