CodeEditApp / CodeEdit

📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.14k stars 1.02k forks source link

🐞 Most of the Source Control settings do not work #1872

Open austincondiff opened 2 months ago

austincondiff commented 2 months ago

Description

Most source control settings do not work. We should make them do what they say they will do or remove them.

To Reproduce

  1. Go to CodeEdit > Settings
  2. Go to Source Control
  3. See all of the settings and notice they do not work

Expected Behavior

Source control settings should all work

Version Information

CodeEdit: v0.3.1

Additional Context

No response

Screenshots

No response

Vaidios commented 2 months ago

I would say none of the options in General and Git actually works, we could start "small" with enable/disable source control option and hiding all of the options which are not currently used, after that we could start implementing more of them.

There are IMO some low hanging fruit, like

I can try to start working on it as I already got familiar with the code