Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extensions.json « .vscode - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8d77d395ad9bb97619448f7b3302de47b32cc40 (plain)
1
2
3
4
5
6
7
8
{
	// See https://go.microsoft.com/fwlink/?LinkId=827846
	// for the documentation about the extensions.json format
	"recommendations": [
		"dbaeumer.vscode-eslint",
		"EditorConfig.EditorConfig"
	]
}