Skip to content

Commit 844c388

Browse files
authored
Merge pull request #104 from github/alex-slynko/add-devcontianer
Devcontainer config
2 parents 1bd1d3d + 9a08b08 commit 844c388

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "C# (.NET)",
3+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0",
4+
"customizations": {
5+
"vscode": {
6+
"settings": {},
7+
"extensions": [
8+
"github.copilot",
9+
"github.copilot-chat",
10+
"ms-dotnettools.csdevkit"
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)