-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have multiple projects (Project1, Project2, Project3 etc.) under one workspace. Snipsnap automatically creates file in: Project1/.vscode/snipsnap.code-snippets and fetches information based on package-json. located in Project1.
So available snippets are based only on package.json from Project1. What if I need snippets based on packages from Project2, Project3, which are not included in Project1 package.json?
- Creating parent folder for all project, with its own
.vscodefile will not solve the problem. No directpackage.jsonin the parent folder. - Creating separate workspace for every project, so it can have its own
.vscodefile seems a bit redundant.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working