File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+ // Please keep the list alphabetically sorted within each group
7
+ "recommendations" : [
8
+ " davidanson.vscode-markdownlint" ,
9
+ " editorconfig.editorconfig" ,
10
+ " streetsidesoftware.code-spell-checker" ,
11
+
12
+ // Generally useful tools which are useful here
13
+ " stkb.rewrap" ,
14
+ " wmaurer.change-case"
15
+ ],
16
+
17
+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
18
+ "unwantedRecommendations" : [
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments