Skip to content

Commit

Permalink
Connect vscode to SonarCloud (#112)
Browse files Browse the repository at this point in the history
Sets up the connection between SonarCloud and VSCode so that it can
display warnings in the IDE
  • Loading branch information
TrentHouliston authored Aug 12, 2024
1 parent b0b782a commit 8f1b8c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"C_Cpp.preferredPathSeparator": "Forward Slash",
"editor.rulers": [120],
"cmake.configureOnOpen": true,
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools"
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
"sonarlint.connectedMode.project": {
"connectionId": "fastcode",
"projectKey": "Fastcode_NUClear"
}
}

0 comments on commit 8f1b8c9

Please sign in to comment.