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 6d12c25 commit 7659adeCopy full SHA for 7659ade
packages/utils-ai-vscode/src/index.ts
@@ -1,5 +1,5 @@
1
import * as vscode from 'vscode'
2
-import { addOpenAIKey, getOpenAIKey, removeOpenAIKey } from './secrets'
+import { addOpenAIKey, removeOpenAIKey } from './secrets'
3
import { descriptionCommand } from './commands/description'
4
import { correctCommand } from './commands/correct'
5
0 commit comments