We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2d902 commit 8b52eb3Copy full SHA for 8b52eb3
packages/utils-ai-vscode/src/commands/description_command.ts
@@ -10,7 +10,7 @@ export function descriptionCommand(context: vscode.ExtensionContext) {
10
)
11
12
const secretsStorage = new SecretsStorage(
13
- context.secrets
+ context.secrets,
14
15
return async () => {
16
logger.log('Description command called.')
0 commit comments