diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-10-23 21:13:28 +0200 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-10-23 21:13:28 +0200 |
commit | 51c8a51b53a850265955a3e4bc45b40ad3f8c477 (patch) | |
tree | c52258a911e52d0a5469942e0a11e373e92af0a9 /mwe/events/.vscode/settings.json | |
parent | 94d591b69c45470480db477bc4000ef35019e18b (diff) |
custom commit poc working
Diffstat (limited to 'mwe/events/.vscode/settings.json')
-rw-r--r-- | mwe/events/.vscode/settings.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/mwe/events/.vscode/settings.json b/mwe/events/.vscode/settings.json index b2c5be7..816d790 100644 --- a/mwe/events/.vscode/settings.json +++ b/mwe/events/.vscode/settings.json @@ -49,6 +49,20 @@ "streambuf": "cpp", "cinttypes": "cpp", "typeinfo": "cpp", - "valarray": "cpp" + "valarray": "cpp", + "variant": "cpp", + "condition_variable": "cpp", + "ctime": "cpp", + "forward_list": "cpp", + "executor": "cpp", + "io_context": "cpp", + "netfwd": "cpp", + "ratio": "cpp", + "timer": "cpp", + "future": "cpp", + "mutex": "cpp", + "semaphore": "cpp", + "stop_token": "cpp", + "thread": "cpp" } } |