Browse Source

chore: add recommended extensions for vscode

pull/3963/head
Daniel Gibbs 3 years ago
parent
commit
6838d1d4bd
  1. 11
      .vscode/extensions.json

11
.vscode/extensions.json

@ -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"
]
}
Loading…
Cancel
Save