diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 574e7f8..4f1aeb8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,8 +34,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "ms-dotnettools.csharp", - "jchannon.csharpextensions", - "ms-vscode.mono-debug" + "ms-vscode.mono-debug", + "aaron-bond.better-comments" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.