Skip to content

Commit 38f04b2

Browse files
committed
chore(vscode): add recommendation extensions
1 parent a9fe6ed commit 38f04b2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.vscode/extensions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": [
7+
// general
8+
"EditorConfig.EditorConfig",
9+
"ldez.ignore-files",
10+
// markdown
11+
"DavidAnson.vscode-markdownlint",
12+
"fcrespo82.markdown-table-formatter",
13+
"bierner.markdown-mermaid",
14+
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
15+
],
16+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
17+
"unwantedRecommendations": [
18+
19+
]
20+
}

0 commit comments

Comments
 (0)