microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.65k stars 28.68k forks source link

source control tab #225405

Closed Chethandev12 closed 1 month ago

Chethandev12 commented 1 month ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

Chethandev12 commented 1 month ago
source control

changed files are not showing under source controll

gjsjohnmurray commented 1 month ago

Does the problem still happen if you add the setting "scm.showHistoryGraph": false ?

Chethandev12 commented 1 month ago

how to add that commend ??

gjsjohnmurray commented 1 month ago

Easiest is to open Settings Editor, e.g. from File menu choose Preferences then Settings. The type 'showhistorygraph' (no quotes) and when the checkbox setting titled "SCM: Show History Graph" appears, clear it.

More info available at https://code.visualstudio.com/docs/getstarted/settings

umagon commented 1 month ago

@gjsjohnmurray after turning of scm.showHistoryGraph the changes show again. I like incoming/outgoing tree however, maybe it should be in its own tab? Or instead of "Commits".

gjsjohnmurray commented 1 month ago

/duplicate

Other open issues cover proposed improvements to this feature

vs-code-engineering[bot] commented 1 month ago

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!