From 7a5da305610b8684a32d78436186483082462b4e Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Thu, 3 Mar 2022 14:56:58 +0900 Subject: [PATCH] Update recommended extensions and remove jchannon.csharpextensions as it does not play nicely within a dev container. --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.