Skip to content

Commit 35d636e

Browse files
committed
Use "--diff-style git", an option actually supported by Go autofix
1 parent 4ad95f5 commit 35d636e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ async function runAutofixOnResults(
773773
"--format",
774774
"text",
775775
"--diff-style",
776-
"diff", // could do "text" instead if want line of "=" between fixes
776+
"git", // auto|color|plain|git|unified
777777
"--output",
778778
outputTextFilePath,
779779
"--fix-description",

0 commit comments

Comments
 (0)