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

.pnpm-store in workspace directory #1880

Closed
1 task done
avanderbergh opened this issue May 16, 2024 · 0 comments · Fixed by #1881
Closed
1 task done

.pnpm-store in workspace directory #1880

avanderbergh opened this issue May 16, 2024 · 0 comments · Fixed by #1881

Comments

@avanderbergh
Copy link
Contributor

What version of starlight are you using?

What version of astro are you using?

What package manager are you using?

pnpm

What operating system are you using?

VSCode Development Container

What browser are you using?

Describe the Bug

Not sure if this is the correct place for this issue.

To reproduce:

  • Clone the repository locally
  • Open it in VSCode
  • Click on "Reopen Repository in Container"

In the development container is configured to install pnpm and run pnpm install automatically as a postCreateCommand.

When running in a VSCode devcontainer, we cannot access the user's local pnpm-store so a .pnpm-store directory is created in the workspace. Since this is not ignored, git wants to commit the .pnpm-store

Link to Minimal Reproducible Example

https://github.com/avanderbergh/starlight

Participation

  • I am willing to submit a pull request for this issue.
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

Successfully merging a pull request may close this issue.

1 participant