mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-12-04 15:24:58 +08:00
6cfdbaa6d9
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
17 lines
490 B
JSON
17 lines
490 B
JSON
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
|
|
{
|
|
"name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)",
|
|
"dockerFile": "Dockerfile",
|
|
|
|
// 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"
|
|
]
|
|
}
|