Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple projects in one workspace problem #66

Open
rastz opened this issue Jul 11, 2020 · 2 comments
Open

Multiple projects in one workspace problem #66

rastz opened this issue Jul 11, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rastz
Copy link

rastz commented Jul 11, 2020

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.
@lnikell
Copy link
Member

lnikell commented Jul 13, 2020

@rastz Thank you for reporting the issue. We will take a look at this. @bolotskydev could you check it once you have a chance.

@lnikell lnikell added the bug Something isn't working label Jul 13, 2020
@bolotskydev
Copy link

@lnikell sure, I guess have an idea that might help in this case. Will get back to it on weekends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants