/ .vscode / extensions.json
extensions.json
 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  	"recommendations": [
 7  		"ms-azuretools.vscode-docker",
 8  		"ms-vscode.makefile-tools",
 9  		"editorconfig.editorconfig",
10  		"erlang-language-platform.erlang-language-platform"
11  	],
12  	// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
13  	"unwantedRecommendations": [		
14  	]
15  }