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 8598ee7 commit 253e43cCopy full SHA for 253e43c
gui/src/components/mainInput/TipTapEditor/utils/renderPromptv1.ts
@@ -42,7 +42,7 @@ export async function getRenderedV1Prompt(
42
const getUriFromPath = (path: string) => {
43
return resolveRelativePathInDir(path, ideMessenger.ide, workspaceDirs);
44
};
45
- const handlebars = await import("handlebars");
+ const handlebars = (await import("handlebars")).default;
46
let rendered = await renderTemplatedString(
47
handlebars,
48
command.prompt,
0 commit comments