Update recommended extensions and remove jchannon.csharpextensions as it does not play nicely within a dev container.

This commit is contained in:
2022-03-03 14:56:58 +09:00
parent 653cd413fc
commit 7a5da30561

View File

@@ -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.