summaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: 4c7180e7fe5b4d487fb6d3818104601982032e31 (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": [
		"ms-vscode.cpptools",
		"xaver.clang-format",
	]
}