We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ccf5 commit 832ca8cCopy full SHA for 832ca8c
.vscode/extensions.json
@@ -1,5 +1,8 @@
1
{
2
"recommendations": [
3
+ "eamodio.gitlens",
4
+ "github.vscode-github-actions",
5
+ "redhat.vscode-yaml",
6
"donjayamanne.githistory",
7
"felipecaputo.git-project-manager",
8
"GitHub.vscode-pull-request-github",
@@ -11,7 +14,8 @@
11
14
"vivaxy.vscode-conventional-commits",
12
15
"charliermarsh.ruff",
13
16
"pshaddel.conventional-branch",
- "tekumara.typos-vscode"
17
+ "tekumara.typos-vscode",
18
+ "EditorConfig.EditorConfig"
19
],
20
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
21
"unwantedRecommendations": []
0 commit comments