Skip to content

Commit 1ca74d4

Browse files
committed
create temp context correctly
1 parent 8bd9c6e commit 1ca74d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/project/project-context.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ export async function projectContext(
359359
} else {
360360
debug(`projectContext: Found Quarto project in ${dir}`);
361361
const temp = createTempContext({
362-
dir: join(dir, ".quarto", "temp"),
362+
dir: join(dir, ".quarto"),
363+
prefix: "quarto-session-temp",
363364
});
364365
const result: ProjectContext = {
365366
resolveBrand: async (fileName?: string) =>

0 commit comments

Comments
 (0)