File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
packages/core/src/codewhisperer Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -157,21 +157,6 @@ export async function activate(context: ExtContext): Promise<void> {
157
157
}
158
158
}
159
159
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
-
175
160
if ( configurationChangeEvent . affectsConfiguration ( 'editor.inlineSuggest.enabled' ) ) {
176
161
await vscode . window
177
162
. showInformationMessage (
You can’t perform that action at this time.
0 commit comments