/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.5.6
.devcontainer/devcontainer.json
19 строк
608 B
Raffaele Zippo
devcontainers: mount workspace in /PowerShell (#23857)
01 авг 2024, 00:09
Не верифицирован
01 авг 2024, 00:09
2b64ee6
Код
Авторство
О чём код?
// See https://aka.ms/vscode-remote/devcontainer.json for format details. { "name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)", "dockerFile": "Dockerfile", "workspaceMount": "source=${localWorkspaceFolder},target=/PowerShell,type=bind", "workspaceFolder": "/PowerShell", // Uncomment the next line to run commands after the container is created. "postCreateCommand": "cd src/powershell-unix && dotnet restore", "extensions": [ "ms-azure-devops.azure-pipelines", "ms-dotnettools.csharp", "ms-vscode.powershell", "DavidAnson.vscode-markdownlint", "vitaliymaz.vscode-svg-previewer" ] }