We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4de24f commit 96dd2dbCopy full SHA for 96dd2db
packages/core/src/codewhisperer/util/editorContext.ts
@@ -18,7 +18,7 @@ import { checkLeftContextKeywordsForJson } from './commonUtil'
18
import { CodeWhispererSupplementalContext } from '../models/model'
19
import { getOptOutPreference } from '../../shared/telemetry/util'
20
import { indent } from '../../shared/utilities/textUtilities'
21
-import { isInDirectory } from '../../shared'
+import { isInDirectory } from '../../shared/filesystemUtilities'
22
import { AuthUtil } from './authUtil'
23
24
let tabSize: number = getTabSizeSetting()
0 commit comments