Chang-Yen Tseng

Results 4 issues of Chang-Yen Tseng

Use `path.Join` so that it will render correctly on Windows (`path.Join` will convert Windows backslash to forward slash)

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [x] This bug exists for C++ - [ ]...

🐛 Bug
Syntax: C++

Otherwise, files that was included in gitignore (but added via `git add --force`) will be treated as binary and not showing diff.

### Description When running `:Gitsigns change_base ` I expect Gitsigns to show the difference between the current file and the version that's on the tip of . However, it seems...

bug