removed old unneeded .vscode dir

This commit is contained in:
Jens Noack 2025-02-25 19:55:24 +01:00
parent 6193c5958d
commit 241540d060
2 changed files with 0 additions and 21 deletions

View file

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

View file

@ -1,11 +0,0 @@
{
"editor.defaultFormatter": "ms-vscode.cpptools",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange",
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"cmake.configureOnOpen": false,
"C_Cpp.formatting": "vcFormat"
}