Skip to content

Conversation

@Thomas-carpuncle
Copy link

No description provided.

@goergenj
Copy link
Contributor

Thanks @Thomas-carpuncle for suggesting this addition. The current config will work for Java samples and basic exploration, but C# and Python samples will likely fail without additional configuration.

Please try extending the config to this and test CSharp and python samples to move ahead with this:

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "9.0"
}
},
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y portaudio19-dev"
}

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 this pull request may close these issues.

2 participants