Skip to content

Commit 7a461e3

Browse files
committed
New qhelp override directory
1 parent 455e109 commit 7a461e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions/ql-vscode/src/variant-analysis/view-autofixes.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ async function overrideQueryHelp(
214214
// Note: the path to this directory may change in the future.
215215
const queryHelpOverrideDirectory = join(
216216
localAutofixPath,
217-
"prompt-templates",
217+
"pkg",
218+
"autofix",
219+
"prompt",
218220
"qhelps",
219221
`${queryIdWithDash}.md`,
220222
);

0 commit comments

Comments
 (0)