Add powershell extension to devcontainer.json
This commit is contained in:
Родитель
8644f53570
Коммит
ee7f2ebc84
|
@ -14,6 +14,7 @@
|
|||
"davidanson.vscode-markdownlint",
|
||||
"dotjoshjohnson.xml",
|
||||
"ms-vscode-remote.remote-containers",
|
||||
"ms-azuretools.vscode-docker"
|
||||
"ms-azuretools.vscode-docker",
|
||||
"ms-vscode.powershell"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ indent_size = 2
|
|||
# JSON files
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
# Dotnet code style settings:
|
||||
[*.{cs,vb}]
|
||||
|
|
Загрузка…
Ссылка в новой задаче