hi @janos, @Julien_HENRY in vscode sonarlint setting, if I only config server connect field, but not specific project, is it ok?
And for the server config, where to get the serverId,organizationKey and token?
"sonarlint.connectedMode.servers": [
{
"serverId": "my_orga_in_sonarcloud.io",
"serverUrl": "http://192.168.10.239:9010",
"organizationKey": "my_organization",
"token": "V2VkIE1..."
}
]