We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492b805 commit 21a466aCopy full SHA for 21a466a
1 file changed
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -125,10 +125,10 @@ export async function viewAutofixesForVariantAnalysisResults(
125
}
126
127
/**
128
- * Finds the local autofix installation path from the AUTOFIX_PATH environment variable.
+ * Finds the local autofix installation path from the `codeQL.autofix.path` setting.
129
* Throws an error if the path is not set or does not exist.
130
* @returns An object containing the local autofix path.
131
- * @throws Error if the AUTOFIX_PATH environment variable is not set or the path does not exist.
+ * @throws Error if the `codeQL.autofix.path` setting is not set or the path does not exist.
132
*/
133
async function findLocalAutofix(): Promise<string> {
134
const localAutofixPath = getAutofixPath();
0 commit comments