aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dotnet/devcontainer-feature.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json
index 1c317fd..06045c8 100644
--- a/src/dotnet/devcontainer-feature.json
+++ b/src/dotnet/devcontainer-feature.json
@@ -31,6 +31,13 @@
"DOTNET_ROOT": "/usr/local/dotnet/current",
"PATH": "/usr/local/dotnet/current:${PATH}"
},
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "ms-dotnettools.csharp"
+ ]
+ }
+ },
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]