revert config changes accidentally pushed

This commit is contained in:
Thomas Göttgens
2023-01-31 15:56:02 +01:00
parent 5e1c39eb0f
commit 04add9b91e
3 changed files with 6 additions and 22 deletions

View File

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

View File

@@ -1,8 +1,4 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"githubPullRequests.ignoredPullRequestBranches": ["master"],
"files.associations": {
"*.tcc": "cpp"
}
"editor.defaultFormatter": "trunk.io"
}