diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..2185d100 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" +} \ No newline at end of file