// See https://aka.ms/vscode-remote/devcontainer.json for format details. { "name": "Fedora 30", "dockerFile": "Dockerfile", // Uncomment the next line to run commands after the container is created. "postCreateCommand": "pwsh -c 'import-module ./build.psm1;start-psbootstrap'", "extensions": [ "ms-azure-devops.azure-pipelines", "ms-dotnettools.csharp", "ms-vscode.powershell", "DavidAnson.vscode-markdownlint", "vitaliymaz.vscode-svg-previewer" ] }