We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeb8c5 commit 96fb0f9Copy full SHA for 96fb0f9
1 file changed
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -214,7 +214,9 @@ async function overrideQueryHelp(
214
// Note: the path to this directory may change in the future.
215
const queryHelpOverrideDirectory = join(
216
localAutofixPath,
217
- "prompt-templates",
+ "pkg",
218
+ "autofix",
219
+ "prompt",
220
"qhelps",
221
`${queryIdWithDash}.md`,
222
);
0 commit comments