What Happened
When running as flatpak, code don't show the diff of the opened file. looking at the terminal output, it seems it is triggering a assertion on ggit_diff_foreach.
Ggit-CRITICAL **: 15:26:01.110: ggit_diff_foreach: assertion 'file_cb != NULL && binary_cb != NULL && hunk_cb != NULL && line_cb != NULL' failed
Expected Behavior
That the diff is shown like in the non-sandboxed version.
Steps to Reproduce
- Run code flatpak.
- Open a file from a git project.
- Modify the file and see that the diff is not shown.
Platform Information
elementaryOS 6.0 Early Access.
code from master branch.
What Happened
When running as flatpak, code don't show the diff of the opened file. looking at the terminal output, it seems it is triggering a assertion on
ggit_diff_foreach.Expected Behavior
That the diff is shown like in the non-sandboxed version.
Steps to Reproduce
Platform Information
elementaryOS 6.0 Early Access.
code from master branch.