Created
November 13, 2022 03:12
-
-
Save timheuer/b2796bd4cc8392c5963431ce63b91cf8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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