File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import { registerCommands } from './commands'
4343import { focusAmazonQPanel } from 'aws-core-vscode/codewhispererChat'
4444import { activate as activateAmazonqLsp } from './lsp/activation'
4545import { activate as activateInlineCompletion } from './app/inline/activation'
46- import { isAmazonInternalOs } from '../../ core/dist/src/shared/ vscode/env '
46+ import { isAmazonInternalOs } from 'aws- core- vscode/shared '
4747
4848export const amazonQContextPrefix = 'amazonq'
4949
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export * from './extensionUtilities'
1818export * from './extensionStartup'
1919export { RegionProvider } from './regions/regionProvider'
2020export { Commands } from './vscode/commands2'
21- export { getMachineId , getServiceEnvVarConfig } from './vscode/env'
21+ export { getMachineId , getServiceEnvVarConfig , isAmazonInternalOs } from './vscode/env'
2222export { getLogger } from './logger/logger'
2323export { activateExtension , openUrl } from './utilities/vsCodeUtils'
2424export { waitUntil , sleep , Timeout } from './utilities/timeoutUtils'
You can’t perform that action at this time.
0 commit comments