Skip to content

Multiple projects in one workspace problem #66

@rastz

Description

@rastz

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions