Skip to content

Commit

Permalink
Add devcontainer support (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulofalcao2002 authored Oct 23, 2024
1 parent bd2d09d commit 56ca719
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "The Algorithms C#",
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
"nunit.nunit-adapter",
"fluentassertions.fluentassertions"
]
}
},
"postCreateCommand": "sudo chown -R $(whoami) /workspaces"
}

0 comments on commit 56ca719

Please sign in to comment.