File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extensions/ql-vscode/src/variant-analysis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ export async function viewAutofixesForVariantAnalysisResults(
125125}
126126
127127/**
128- * Finds the local autofix installation path from the AUTOFIX_PATH environment variable .
128+ * Finds the local autofix installation path from the `codeQL.autofix.path` setting .
129129 * Throws an error if the path is not set or does not exist.
130130 * @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.
131+ * @throws Error if the `codeQL.autofix.path` setting is not set or the path does not exist.
132132 */
133133async function findLocalAutofix ( ) : Promise < string > {
134134 const localAutofixPath = getAutofixPath ( ) ;
You can’t perform that action at this time.
0 commit comments