diff --git a/.vscode/settings.json b/.vscode/settings.json index c6818a16..921b028a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "sonarlint.pathToCompileCommands": "${workspaceFolder}/src/engine/compile_commands.json" + "sonarlint.pathToCompileCommands": "${workspaceFolder}/src/engine/compile_commands.json", + "files.associations": { + "patoh.h": "c", + "scotch.h": "c", + "utils.h": "c" + } } \ No newline at end of file