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
thanks for fixing the bug previously so fast. i have another little problem in most of my projects. most workspaces i have my backend and frontend in separate folders directly in the workspace. here your extension does not seem to pickup the frontend folder as the svelte folder.
easiest option for you would be to add a workspace setting to let the user specify it. a more complicated version would be to do this automatically based on some common folder names (frontend, client, app, svelte, etc....) or by reading the actual package names of all folders and figuring out which is a svelte project
The text was updated successfully, but these errors were encountered:
On Sat, Nov 4, 2023 at 2:11 PM Eike Thies ***@***.***> wrote:
thanks for fixing the bug previously so fast. i have another little
problem in most of my projects. most workspaces i have my backend and
frontend in separate folders directly in the workspace. here your extension
does not seem to pickup the frontend folder as the svelte folder.
easiest option for you would be to add a workspace setting to let the user
specify it. a more complicated version would be to do this automatically
based on some common folder names (frontend, client, app, svelte, etc....)
or by reading the actual package names of all folders and figuring out
which is a svelte project
[image: grafik]
<https://user-images.githubusercontent.com/1320525/280462195-fea26f4c-49e9-488e-9057-35240ab7d68a.png>
—
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFY5BNWJQ4CUZ3SJEN27TLYCYPHFAVCNFSM6AAAAAA65QEL6KVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TOMRYGU3DCNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I think this will resolve my issue as well, as I have a monorepo using pnpm workspaces. I would like to see it per app. if I open VSCode in any single app it works :D
thanks for fixing the bug previously so fast. i have another little problem in most of my projects. most workspaces i have my backend and frontend in separate folders directly in the workspace. here your extension does not seem to pickup the frontend folder as the svelte folder.
easiest option for you would be to add a workspace setting to let the user specify it. a more complicated version would be to do this automatically based on some common folder names (frontend, client, app, svelte, etc....) or by reading the actual package names of all folders and figuring out which is a svelte project
The text was updated successfully, but these errors were encountered: