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
First of all, thank you for creating this amazing plugin.
Second, I have a question about the IntelliSense behind file importing.
I'm currently working on a monorepo with with a assets package which I'm trying to import files from,
It works great (functionality-wise), there are no crashes or errors when the svelte compiler runs through the code and the imported static files display perfectly fine.
However, I'm still very curious if there is a way for me to extend the config of the svelte-extension to support non-js/ts/svelte files.
Currently, when importing, only the folder structure is shown.
Although the static files (such as png,gif,svg and so on) are right there and can be imported fine, the IntelliSense is display errors.
To fix the errors, I converted the assets package into a dummy svelte-kit project with a .svelte-kit folder to get rid of them.
Although this solves the error issue, it doesn't help whatsoever when it comes down to displaying the static files.
Any recommendations?
The text was updated successfully, but these errors were encountered:
Hey there,
First of all, thank you for creating this amazing plugin.
Second, I have a question about the IntelliSense behind file importing.
I'm currently working on a monorepo with with a assets package which I'm trying to import files from,
It works great (functionality-wise), there are no crashes or errors when the svelte compiler runs through the code and the imported static files display perfectly fine.
However, I'm still very curious if there is a way for me to extend the config of the svelte-extension to support non-js/ts/svelte files.
Currently, when importing, only the folder structure is shown.
Although the static files (such as png,gif,svg and so on) are right there and can be imported fine, the IntelliSense is display errors.
To fix the errors, I converted the assets package into a dummy svelte-kit project with a
.svelte-kit
folder to get rid of them.Although this solves the error issue, it doesn't help whatsoever when it comes down to displaying the static files.
Any recommendations?
The text was updated successfully, but these errors were encountered: