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 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 .vscode file will not solve the problem. No direct package.json in the parent folder.
Creating separate workspace for every project, so it can have its own .vscode file seems a bit redundant.
The text was updated successfully, but these errors were encountered:
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 onpackage-json.
located in Project1.So available snippets are based only on
package.json
from Project1. What if I need snippets based onpackages
from Project2, Project3, which are not included in Project1package.json
?.vscode
file will not solve the problem. No directpackage.json
in the parent folder..vscode
file seems a bit redundant.The text was updated successfully, but these errors were encountered: