Skip to content

Commit 832ca8c

Browse files
committed
chore: 🧑‍💻 add some recommended extensions
1 parent 281ccf5 commit 832ca8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"recommendations": [
3+
"eamodio.gitlens",
4+
"github.vscode-github-actions",
5+
"redhat.vscode-yaml",
36
"donjayamanne.githistory",
47
"felipecaputo.git-project-manager",
58
"GitHub.vscode-pull-request-github",
@@ -11,7 +14,8 @@
1114
"vivaxy.vscode-conventional-commits",
1215
"charliermarsh.ruff",
1316
"pshaddel.conventional-branch",
14-
"tekumara.typos-vscode"
17+
"tekumara.typos-vscode",
18+
"EditorConfig.EditorConfig"
1519
],
1620
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1721
"unwantedRecommendations": []

0 commit comments

Comments
 (0)