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