We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fe6ed commit 38f04b2Copy full SHA for 38f04b2
.vscode/extensions.json
@@ -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