File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import * as vscode from 'vscode'
66import { InlineChatController } from '../inlineChat/controller/inlineChatController'
77import { registerInlineCommands } from '../inlineChat/command/registerInlineCommands'
88import { isSageMaker } from 'aws-core-vscode/shared'
9- import { isIamConnection } from '../../../core/dist/src/auth/connection'
109import { AuthUtil } from 'aws-core-vscode/codewhisperer'
10+ import { isIamConnection } from 'aws-core-vscode/auth'
1111
1212export function init ( context : vscode . ExtensionContext ) {
1313 if ( ! ( isSageMaker ( ) && isIamConnection ( AuthUtil . instance . conn ) ) ) {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export {
1717 isAnySsoConnection ,
1818 isBuilderIdConnection ,
1919 getTelemetryMetadataForConn ,
20+ isIamConnection ,
2021} from './connection'
2122export { Auth } from './auth'
2223export { CredentialsStore } from './credentials/store'
You can’t perform that action at this time.
0 commit comments