aboutsummaryrefslogtreecommitdiff
path: root/.vscode/extensions.json
blob: 21314b42daf453e6edfb379f0f8c837a91e78cfb (plain)
1
2
3
4
5
6
7
8
9
10
{
	// See http://go.microsoft.com/fwlink/?LinkId=827846
	// for the documentation about the extensions.json format
	"recommendations": [
		// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
		"dbaeumer.vscode-eslint",
		"streetsidesoftware.code-spell-checker",
		"streetsidesoftware.code-spell-checker-dutch",
	]
}