Add recomended VSCode extensions

This commit is contained in:
TheRogueZeta committed 2022-10-23 17:58:36 -07:00
1 parent 1a10ea79aa
commit 08071fd6a2
1 file changed
+10
+10
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"
]
}