Skip to content

Commit 6838d1d

Browse files
committed
chore: add recommended extensions for vscode
1 parent 8571d9f commit 6838d1d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/extensions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"recommendations": [
3+
"ms-python.python",
4+
"editorconfig.editorconfig",
5+
"yzhang.markdown-all-in-one",
6+
"esbenp.prettier-vscode",
7+
"timonwong.shellcheck",
8+
"foxundermoon.shell-format",
9+
"redhat.vscode-yaml"
10+
]
11+
}

0 commit comments

Comments
 (0)