Skip to content

Commit

Permalink
SLVSCODE-834 store SonarCloud tokens properly
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Aug 22, 2024
1 parent aceb7ec commit b0d0db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connected/connectionsetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function confirmConnectionDetailsAndSave(context: vscode.ExtensionContext
if (isSonarCloud) {
const sonarCloudToken = token || await ConnectionSettingsService.instance.getServerToken(serverUrlOrOrganizationKey);
const connection = {
sonarCloudToken,
token: sonarCloudToken,
connectionId: serverUrlOrOrganizationKey,
disableNotifications: false,
organizationKey: serverUrlOrOrganizationKey
Expand Down

0 comments on commit b0d0db1

Please sign in to comment.