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> {
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 (
You can’t perform that action at this time.
0 commit comments