mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
Fix devcontainer extensions key (#24359)
* Fix devcontainer vscode extensions definition * Fix formatting --------- Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
This commit is contained in:
parent
5b6a667b50
commit
c191efe890
@ -1,19 +1,23 @@
|
||||
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
|
||||
{
|
||||
"name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)",
|
||||
"dockerFile": "Dockerfile",
|
||||
"name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)",
|
||||
"dockerFile": "Dockerfile",
|
||||
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/PowerShell,type=bind",
|
||||
"workspaceFolder": "/PowerShell",
|
||||
"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",
|
||||
// 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"
|
||||
]
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-azure-devops.azure-pipelines",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-vscode.powershell",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"vitaliymaz.vscode-svg-previewer"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user