We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a7dd6 commit 1d76b3eCopy full SHA for 1d76b3e
.devcontainer/devcontainer.json
@@ -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