Skip to content

Commit c0dcda4

Browse files
Merge master into feature/v2-to-v3-migration
2 parents 2e4d58b + deaefee commit c0dcda4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/core/src/codewhisperer/activation.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,21 +157,6 @@ export async function activate(context: ExtContext): Promise<void> {
157157
}
158158
}
159159

160-
if (configurationChangeEvent.affectsConfiguration('amazonQ.shareContentWithAWS')) {
161-
if (auth.isEnterpriseSsoInUse()) {
162-
await vscode.window
163-
.showInformationMessage(
164-
CodeWhispererConstants.ssoConfigAlertMessageShareData,
165-
CodeWhispererConstants.settingsLearnMore
166-
)
167-
.then(async (resp) => {
168-
if (resp === CodeWhispererConstants.settingsLearnMore) {
169-
void openUrl(vscode.Uri.parse(CodeWhispererConstants.learnMoreUri))
170-
}
171-
})
172-
}
173-
}
174-
175160
if (configurationChangeEvent.affectsConfiguration('editor.inlineSuggest.enabled')) {
176161
await vscode.window
177162
.showInformationMessage(

0 commit comments

Comments
 (0)