Skip to content

Commit 393b47a

Browse files
authored
chore: 🧑‍💻 add some recommended extensions (#66)
## Description These are some extensions to help with things, like working with GitHub action files, the EditorConfig file, and using typos on save. <!-- Select quick/in-depth as necessary --> Doesn't need a review.
1 parent 281ccf5 commit 393b47a

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)