Jack Cherng

Results 289 comments of Jack Cherng

Yes, for settings start with `color.` from the debug info: ``` color.branch=auto color.diff=auto color.diff-highlight.newhighlight=green bold 22 color.diff-highlight.newnormal=green bold color.diff-highlight.oldhighlight=red bold 52 color.diff-highlight.oldnormal=red bold color.diff.commit=227 bold color.diff.frag=magenta bold color.diff.meta=227 color.diff.new=green bold...

I have found the culprit. It's weird, but it does it. To reproduce, simply have a global `.gitconfig` **ONLY** having the following content. ```ini [pull] rebase = true ```

You can file a PR or use https://packagecontrol.io/packages/Terminus instead nowadays.

> I wonder since the text Unified output is the same as `diff -u a.txt b.txt`. That output can be used to "feed" patch. Not exactly. You would have to...

The issue is, this lib doesn't provide the correct `Unified` output when one of the file has no EOL at EOF. --- If https://github.com/JBlond/php-diff/issues/120#issuecomment-1336193044 is not clear enough, then I...

> The login command doesn't do anything to me. What does this mean? You can see the sign-in command, you execute it and nothing happen? ---- Update: For people who...

Both steps are written in the readme: Restart ST, open a file.

If you see the readme, the first step is OPEN A FILE. NOT searching with "copilot". You have to make sure the plugin is activated (so open a file). There...

LSP-copilot should work on all files, literally. But there can be some weird situations that the server is not activated. If it's activated for the current view (file), there will...

Fwiw, it's `Copilot: Check Status`.