Updates
Some checks failed
Test compiling project / test (push) Failing after 0s

This commit is contained in:
2025-11-02 12:50:10 +01:00
parent f0e237cd71
commit 27ebbe22ac
14 changed files with 221 additions and 276 deletions

View File

@@ -1,7 +1,6 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"pioarduino.pioarduino-ide",
"platformio.platformio-ide"
],
"unwantedRecommendations": [

21
.vscode/settings.json vendored
View File

@@ -2,6 +2,25 @@
"files.associations": {
"iostream": "cpp",
"random": "cpp",
"vector": "cpp"
"vector": "cpp",
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"string_view": "cpp",
"memory": "cpp",
"initializer_list": "cpp",
"regex": "cpp",
"istream": "cpp",
"ostream": "cpp",
"chrono": "cpp",
"list": "cpp",
"format": "cpp",
"mutex": "cpp",
"span": "cpp",
"text_encoding": "cpp",
"thread": "cpp",
"*.inc": "cpp"
}
}