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 9bb2d50 commit 824c214Copy full SHA for 824c214
src/commands/run_action_command.ts
@@ -1,5 +1,5 @@
1
import type { Selection, TextEditor } from 'vscode'
2
-import { Position, ProgressLocation, Range, Uri, extensions, window, workspace } from 'vscode'
+import { ProgressLocation, Range, extensions, window, workspace } from 'vscode'
3
import type { AI, Action, Prompt } from '../types/index.js'
4
import { ai as aiIndex } from '../ai/index.js'
5
import type { BaseAI } from '../ai/base_ai.js'
0 commit comments