diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ffb8897..db600ec 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,9 +6,13 @@ "VARIANT": "8.0" } }, - "settings": { }, - "extensions": [ - "ms-dotnettools.csharp" - ], + "customizations": { + "vscode": { + "settings": { }, + "extensions": [ + "ms-dotnettools.csharp" + ] + } + }, "remoteUser": "vscode" }