/
vshmidt
/
masstransit
Обзор
Документация
Войти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.devcontainer/devcontainer.json
39 строк
1 KB
phxnsharp
Create Dev Container
24 мар 2023, 18:11
24 мар 2023, 18:11
9f34fde
Код
Авторство
О чём код?
// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/dotnet { "name": "C# (.NET)", "image": "mcr.microsoft.com/devcontainers/dotnet:0-6.0", "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/dhoeric/features/act:1": {}, "ghcr.io/devcontainers/features/dotnet:1": { "version": "7" } }, "customizations": { "vscode": { "extensions": [ "ms-dotnettools.csharp", "k--kato.docomment", "formulahendry.dotnet-test-explorer", "leo-labs.dotnet", "github.vscode-pull-request-github" ] } } // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [5000, 5001], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "dotnet restore", // Configure tool-specific properties. // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" }