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 98c1dfc commit a70e78bCopy full SHA for a70e78b
src/extension/tools/node/createFileTool.tsx
@@ -156,6 +156,7 @@ export class CreateFileTool implements ICopilotTool<ICreateFileParams> {
156
[uri],
157
() => 'Contents:\n\n```\n' + options.input.content || '<empty>' + '\n```',
158
),
159
+ presentation: undefined,
160
invocationMessage: new MarkdownString(l10n.t`Creating ${formatUriForFileWidget(uri)}`),
161
pastTenseMessage: new MarkdownString(l10n.t`Created ${formatUriForFileWidget(uri)}`)
162
};
0 commit comments