aboutsummaryrefslogtreecommitdiff
path: root/.vscode/extensions.json
blob: 186459d58a129e72f2ef75efb4ab07520b565332 (plain) (blame)
1
2
3
4
5
6
7
8
{
	// See http://go.microsoft.com/fwlink/?LinkId=827846
	// for the documentation about the extensions.json format
	"recommendations": [
		"dbaeumer.vscode-eslint",
		"ms-vscode.extension-test-runner"
	]
}