13 lines
243 B
JSON
13 lines
243 B
JSON
|
|
{
|
||
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet",
|
||
|
|
"postCreateCommand": "dotnet restore",
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"extensions": [
|
||
|
|
"ms-dotnettools.csdevkit",
|
||
|
|
"ms-dotnettools.csharp"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|