Skip to content

Commit 56ca719

Browse files
Add devcontainer support (#485)
1 parent bd2d09d commit 56ca719

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.devcontainer/devcontainer.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "The Algorithms C#",
3+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"ms-dotnettools.csharp",
8+
"ms-dotnettools.csdevkit",
9+
"nunit.nunit-adapter",
10+
"fluentassertions.fluentassertions"
11+
]
12+
}
13+
},
14+
"postCreateCommand": "sudo chown -R $(whoami) /workspaces"
15+
}

0 commit comments

Comments
 (0)