Skip to content

Commit

Permalink
Merge branch 'main' into bugfix-5167
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardsundin authored Dec 6, 2024
2 parents 62598d7 + e6d503d commit 1dd6202
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Fix for /review LLM based code issues for file review on windows"
}
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class CodeScanSessionConfig(
append("+++ b/")
append(project.name)
append('/')
append(fileNio.relativeTo(projectRootNio).pathString)
append(fileNio.relativeTo(projectRootNio).toString().replace(File.separator, "/"))
}
} catch (e: Exception) {
LOG.debug(e) { "Failed to create git diff" }
Expand Down

0 comments on commit 1dd6202

Please sign in to comment.