RP2040 toolchain updated

This commit is contained in:
Thomas Göttgens
2023-01-31 15:51:21 +01:00
parent 5d1c06b72f
commit 5e1c39eb0f
5 changed files with 24 additions and 10 deletions

View File

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

View File

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