File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
packages/core/src/stepFunctions/workflowStudio Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66import * as vscode from 'vscode'
77import { WorkflowStudioEditorProvider } from './workflowStudioEditorProvider'
88import { Commands } from '../../shared/vscode/commands2'
9- import { globals } from '../../shared'
9+ import globals from '../../shared/extensionGlobals '
1010
1111/**
1212 * Activates the extension and registers all necessary components.
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ import vscode from 'vscode'
2222import { telemetry } from '../../shared/telemetry/telemetry'
2323import { ToolkitError } from '../../shared/errors'
2424import { WorkflowStudioApiHandler } from './workflowStudioApiHandler'
25- import { getLogger , globals } from '../../shared'
25+ import globals from '../../shared/extensionGlobals'
26+ import { getLogger } from '../../shared/logger'
27+
2628const localize = nls . loadMessageBundle ( )
2729
2830/**
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { CancellationError } from '../../shared/utilities/timeoutUtils'
1313import { handleMessage } from './handleMessage'
1414import { isInvalidJsonFile } from '../utils'
1515import { setContext } from '../../shared/vscode/setContext'
16- import { globals } from '../../shared'
16+ import globals from '../../shared/extensionGlobals '
1717
1818/**
1919 * The main class for Workflow Studio Editor. This class handles the creation and management
Original file line number Diff line number Diff line change 44 */
55
66import * as vscode from 'vscode'
7- import { getLogger } from '../../shared/logger'
7+ import { getLogger } from '../../shared/logger/logger '
88import request from '../../shared/request'
99import fs from '../../shared/fs/fs'
1010import { getClientId } from '../../shared/telemetry/util'
You can’t perform that action at this time.
0 commit comments