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:
Thomas Nieto 2024-10-03 18:03:04 -05:00 committed by GitHub
parent 5b6a667b50
commit c191efe890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,8 @@
// Uncomment the next line to run commands after the container is created.
"postCreateCommand": "cd src/powershell-unix && dotnet restore",
"customizations": {
"vscode": {
"extensions": [
"ms-azure-devops.azure-pipelines",
"ms-dotnettools.csharp",
@ -16,4 +18,6 @@
"DavidAnson.vscode-markdownlint",
"vitaliymaz.vscode-svg-previewer"
]
}
}
}