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

multiroot workspaces? #55

Open
Hifilo opened this issue Apr 28, 2023 · 0 comments
Open

multiroot workspaces? #55

Hifilo opened this issue Apr 28, 2023 · 0 comments

Comments

@Hifilo
Copy link

Hifilo commented Apr 28, 2023

Hello, When I setup my project I noticed I couldn't install libraries even though I had my workspace setup (from what I can tell) correctly. It works as expected if I open the folder in a separate instance of vscode. I'll add the libraries, and then simply switch back.

Is this an error in how I've written the paths?

my workspace structure is currently like this:

  • ~/repos/
    • projects/
      • p5jsprojects/
        • libraries/
        • index.html
        • sketch.js
        • sketch.js
        • jsconfig.json
        • p5js.code-workspace
{
	"folders": [
		{
			"path": "../.."
		},
		{
			"path": "./libraries/"
		},
		{
			"path": "./repos/projects/p5jsprojects/index.html"
		}
	],
	"settings": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant