Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created November 13, 2022 03:12
Show Gist options
  • Save timheuer/b2796bd4cc8392c5963431ce63b91cf8 to your computer and use it in GitHub Desktop.
Save timheuer/b2796bd4cc8392c5963431ce63b91cf8 to your computer and use it in GitHub Desktop.
{
"image": "mcr.microsoft.com/dotnet/sdk:7.0",
"extensions": [
"ms-dotnettools.csharp"
],
"postCreateCommand": "dotnet restore",
"forwardPorts": [
5163,
7105
],
"customizations": {
"codespaces": {
"openFiles": [
"Program.cs"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment