pulsar-edit / pulsar

A Community-led Hyper-Hackable Text Editor
https://pulsar-edit.dev
Other
3.33k stars 140 forks source link

Unable to navigate git commits and view commit detail in git log with "Git Plus" package #1018

Open zopelee opened 5 months ago

zopelee commented 5 months ago

Thanks in advance for your bug report!

What happened?

Unable to navigate git commits and view commit detail in git log with "Git Plus" package (which works in Atom)

Pulsar version

1.117.0

Which OS does this happen on?

🐧 Debian based (Linux Mint, Ubuntu, etc.)

OS details

Ubuntu 24.04 LTS

Which CPU architecture are you running this on?

x86_64/AMD64

What steps are needed to reproduce this?

  1. Install package "Git Plus" (https://github.com/akonwi/git-plus) latest version (v8.7.1)
  2. Open a project that has some git commits.
  3. Ctrl + Shift + P, and run "Git Plus Log".
  4. Git commits are listed.
  5. Try navigating with ↑ key, ↓ key, Enter key (which works in Atom 1.60.0)
  6. See the navigation doesn't work.

Additional Information:

No response