We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad95f5 commit 35d636eCopy full SHA for 35d636e
1 file changed
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -773,7 +773,7 @@ async function runAutofixOnResults(
773
"--format",
774
"text",
775
"--diff-style",
776
- "diff", // could do "text" instead if want line of "=" between fixes
+ "git", // auto|color|plain|git|unified
777
"--output",
778
outputTextFilePath,
779
"--fix-description",
0 commit comments