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 dcc47aa commit e9790e7Copy full SHA for e9790e7
packages/core/src/shared/utilities/textDocumentUtilities.ts
@@ -7,8 +7,10 @@ import * as _path from 'path'
7
import * as vscode from 'vscode'
8
import { getTabSizeSetting } from './editorUtilities'
9
import { tempDirPath } from '../filesystemUtilities'
10
-import { fs, indent, ToolkitError } from '../index'
11
import { getLogger } from '../logger'
+import fs from '../fs/fs'
12
+import { ToolkitError } from '../errors'
13
+import { indent } from './textUtilities'
14
15
/**
16
* Finds occurences of text in a document. Currently only used for highlighting cloudwatchlogs data.
0 commit comments