Skip to content

Commit

Permalink
Add SonarQube integration in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
runejo committed Dec 2, 2024
1 parent ead7c9e commit 1a57a83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["ms-dotnettools.csdevkit", "editorconfig.editorconfig"]
"recommendations": [
"ms-dotnettools.csdevkit",
"editorconfig.editorconfig",
"sonarsource.sonarlint-vscode"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "pxtools",
"projectKey": "PxTools_PxWebApi"
}
}

0 comments on commit 1a57a83

Please sign in to comment.