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 8f303bb commit 7be4f27Copy full SHA for 7be4f27
packages/utils-ai-vscode/src/commands/description.ts
@@ -38,8 +38,9 @@ export function descriptionCommand(context: vscode.ExtensionContext) {
38
editBuilder.replace(new vscode.Range(position, position), description)
39
})
40
41
+ await editor.document.save()
42
+
43
const duration = Date.now() - time
- // show a success notification
44
vscode.window.showInformationMessage(`Description generated from ${filename}`, {
45
detail: `Done in ${duration}ms.`,
46
0 commit comments