Add recomended VSCode extensions

This commit is contained in:
TheRogueZeta
2022-06-04 12:31:03 -07:00
parent 1a10ea79aa
commit 08071fd6a2

10
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"EditorConfig.EditorConfig"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}