Skip to content

Commit fcf5a6b

Browse files
committed
Suggest some useful editor extensions, including our spellchecker
This cofig is copied from the website repo.
1 parent 1284024 commit fcf5a6b

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+
// 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+
}

0 commit comments

Comments
 (0)