chore: add recommended extensions for vscode

This commit is contained in:
Daniel Gibbs 2022-08-23 21:26:14 +01:00
parent 8571d9f374
commit 6838d1d4bd

11
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"recommendations": [
"ms-python.python",
"editorconfig.editorconfig",
"yzhang.markdown-all-in-one",
"esbenp.prettier-vscode",
"timonwong.shellcheck",
"foxundermoon.shell-format",
"redhat.vscode-yaml"
]
}