link to sonarcloud

This commit is contained in:
proddy
2024-10-02 13:55:00 +02:00
parent 8e6434cf7f
commit e0130affb7

View File

@@ -93,5 +93,9 @@
"makefile" "makefile"
], ],
"typescript.preferences.preferTypeOnlyAutoImports": true, "typescript.preferences.preferTypeOnlyAutoImports": true,
"sonarlint.pathToCompileCommands": "${workspaceFolder}/compile_commands.json" "sonarlint.pathToCompileCommands": "${workspaceFolder}/compile_commands.json",
"sonarlint.connectedMode.project": {
"connectionId": "emsesp",
"projectKey": "emsesp_EMS-ESP32"
}
} }