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(
125
125
}
126
126
127
127
/**
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 .
129
129
* Throws an error if the path is not set or does not exist.
130
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.
131
+ * @throws Error if the `codeQL.autofix.path` setting is not set or the path does not exist.
132
132
*/
133
133
async function findLocalAutofix ( ) : Promise < string > {
134
134
const localAutofixPath = getAutofixPath ( ) ;
You can’t perform that action at this time.
0 commit comments