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 0fdae0d commit 7d664b8Copy full SHA for 7d664b8
typescript/src/codeActions/getCodeActions.ts
@@ -1,6 +1,6 @@
1
import { compact } from '@zardoy/utils'
2
import { Except } from 'type-fest'
3
-import { findChildContainingExactPosition, findChildContainingPosition } from '../utils'
+import { findChildContainingExactPosition } from '../utils'
4
import { ApplyExtendedCodeActionResult, IpcExtendedCodeAction } from '../ipcTypes'
5
import { GetConfig } from '../types'
6
import objectSwapKeysAndValues from './custom/objectSwapKeysAndValues'
0 commit comments