Skip to content

Commit ea9707c

Browse files
committed
feat: ✨ add rumdl to vscode extension list
1 parent 0b31fc7 commit ea9707c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"vivaxy.vscode-conventional-commits",
1313
"pshaddel.conventional-branch",
1414
"tekumara.typos-vscode",
15-
"EditorConfig.EditorConfig"
15+
"EditorConfig.EditorConfig",
16+
"rvben.rumdl"
1617
],
1718
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1819
"unwantedRecommendations": []

template/.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"charliermarsh.ruff",
1717
"pshaddel.conventional-branch",
1818
"tekumara.typos-vscode",
19-
"EditorConfig.EditorConfig"
19+
"EditorConfig.EditorConfig",
20+
"rvben.rumdl"
2021
],
2122
"unwantedRecommendations": []
2223
}

0 commit comments

Comments
 (0)