// For format details, see https://aka.ms/vscode-remote/devcontainer.json { "name": "C# (.NET 8.0)", "dockerFile": "Dockerfile", "customizations": { "vscode": { "settings": { "terminal.integrated.defaultProfile.linux": "pwsh" }, "extensions": [ "ms-dotnettools.csharp", "ms-vscode.powershell" ] } } }