Skip to content

Commit caf556c

Browse files
committed
chore: add VS Code extension recommendations
1 parent 046de8a commit caf556c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/extensions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"recommendations": [
3+
"ms-python.python",
4+
"ms-python.vscode-pylance",
5+
"github.vscode-pull-request-github",
6+
"github.vscode-github-actions",
7+
"ms-azuretools.vscode-containers",
8+
"redhat.vscode-yaml",
9+
"sonarsource.sonarlint-vscode",
10+
"esbenp.prettier-vscode",
11+
"conventionalcommits.extension",
12+
"codezombiech.gitignore"
13+
]
14+
}

0 commit comments

Comments
 (0)