Skip to content

Commit

Permalink
Updated vs code config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Aug 27, 2024
1 parent 4f636ec commit a14a244
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit a14a244

Please sign in to comment.