Revision 7c35d02bb908ef0e7466e5e0c22f6b7b20f99c07 authored by Robin Hahling on 21 December 2023, 12:56:26 UTC, committed by Robin Hahling on 04 March 2024, 16:36:45 UTC
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
1 parent 174ae9f
Raw File
extensions.json
{
	// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
	// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

	// List of extensions which should be recommended for users of this workspace.
	"recommendations": [
		"golang.go",
		"ms-vscode.cpptools",
		"timonwong.shellcheck",
		"idanp.checkpatch",
		"redhat.vscode-yaml"
	],
	// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
	"unwantedRecommendations": [
	]
}
back to top