deleted unnecessary Junk

This commit is contained in:
J.Schröder 2025-03-18 00:53:38 +01:00 committed by Thomas Göttgens
parent 3cf0fbb2e1
commit cdee512ede
2 changed files with 4 additions and 1 deletions

View File

@ -7,5 +7,8 @@
"cmake.configureOnOpen": false, "cmake.configureOnOpen": false,
"[cpp]": { "[cpp]": {
"editor.defaultFormatter": "trunk.io" "editor.defaultFormatter": "trunk.io"
},
"[powershell]": {
"editor.defaultFormatter": "ms-vscode.powershell"
} }
} }

View File

@ -139,4 +139,4 @@ void assertIsSetup()
assert(hasBeenSetup); assert(hasBeenSetup);
} }
} } // namespace concurrency