From 2fd333c0e3e8cf7ad8c6c057190e2519b532bb11 Mon Sep 17 00:00:00 2001 From: Ludovic 'Archivist' Lagouardette Date: Mon, 7 Jun 2021 13:43:26 +0200 Subject: [PATCH] Changed some project settings --- .gitignore | 3 ++- .vscode/settings.json | 14 +++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2463c4f..24eff39 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,5 @@ README.html bin/tests.S bin/tests.S.zip vgcore.* -doc/* \ No newline at end of file +doc/* +.vscode/launch.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 8e4ddd9..aca7075 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,17 @@ "-Wall", "-pedantic", "-I${workspaceRoot}/include" - ] + ], + "files.associations": { + "optional": "cpp", + "system_error": "cpp", + "istream": "cpp", + "ostream": "cpp", + "ratio": "cpp", + "array": "cpp", + "functional": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "utility": "cpp" + } } \ No newline at end of file