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 cross-platform/per system initializeCommand definition #347

Open
Destroy666x opened this issue Dec 4, 2023 · 2 comments
Open

Allow cross-platform/per system initializeCommand definition #347

Destroy666x opened this issue Dec 4, 2023 · 2 comments

Comments

@Destroy666x
Copy link

Destroy666x commented Dec 4, 2023

Not sure if it's the most proper repo to report this (if not, please redirect), but would be nice if there was a way to define initializeCommand per system in any way, so that the setup is truly cross-system. For example:

"initializeCommand": {
  "windows": "rd /s /q somedir",
  "linux": "rm -rf somedir",
  "macos": "..."
}

Use case example: https://stackoverflow.com/questions/77199011/how-to-create-a-cross-platform-initializecommand-for-visual-studio-codes-dev-co (copying proper .env file before container launch).

@bamurtaugh
Copy link
Member

Thanks for filing! I believe this would also be related to (and potentially covered by) #58, #405.

@Destroy666x
Copy link
Author

Potentially indeed - assuming "features"/"things" include initiaizeCommand. If yes - looking forwards to that.

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

2 participants