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

Allow users to specify default devbox.json to load in VSCODE #2348

Open
sventenraa opened this issue Oct 11, 2024 · 1 comment
Open

Allow users to specify default devbox.json to load in VSCODE #2348

sventenraa opened this issue Oct 11, 2024 · 1 comment
Labels
feature New feature or request triage Issue needs triage

Comments

@sventenraa
Copy link

What problem are you trying to solve?

For my team we have multiple repository that contain code that needs to be able to be debugged in the same "shell env".
To this end we have setup the desired environment in a seperate repository.
We would like the VSCODE extension to be able to specify a default devbox.json file to open, as fallback for when there is not a more specific devbox.json in the repository.
Would this be possible?

What solution would you like?

Add an option for default devbox.json file specification in extension config params:
image

Alternatives you've considered

Allow users to give command line params to the devbox shell command being called from the visual studio code extension (like --config).

@sventenraa sventenraa added feature New feature or request triage Issue needs triage labels Oct 11, 2024
@DerArkeN
Copy link

Have you considered devbox global for this?
https://www.jetify.com/docs/devbox/cli_reference/devbox_global/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Issue needs triage
Development

No branches or pull requests

2 participants