Skip to content

Commit a70e78b

Browse files
authored
edits: fix create file being hidden (#912)
1 parent 98c1dfc commit a70e78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/tools/node/createFileTool.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export class CreateFileTool implements ICopilotTool<ICreateFileParams> {
156156
[uri],
157157
() => 'Contents:\n\n```\n' + options.input.content || '<empty>' + '\n```',
158158
),
159+
presentation: undefined,
159160
invocationMessage: new MarkdownString(l10n.t`Creating ${formatUriForFileWidget(uri)}`),
160161
pastTenseMessage: new MarkdownString(l10n.t`Created ${formatUriForFileWidget(uri)}`)
161162
};

0 commit comments

Comments
 (0)