Sublime Forum

Sublime Text: Sublime Merge Integration gone

#1

For some reason on both my private macbook as well as my company Windows laptop Sublime Text is no longer aware of git repos - no status is shown, no button to go to Sublime Merge in the status row.
Sublime Merge is working fine when used standalone.
What is strange that the two machines have nothing in common - no access to the same repos, different config & plugins. Any ideas where to look?

Builds:Sublime Text 4126, Merge 2068.

0 Likes

#2

The git status in status bar is controlled by 2 settings. Maybe check these to see if you turned them off in your user settings. May also be worth to check in safe mode as these settings are true by default.

	// Shows git repository information next to files in sidebar and in
	// the status bar. Sublime Text has to be restarted for this to take
	// effect.
	"show_git_status": true,
	// Display the git status in the status bar, requires the show_git_status
	// setting to be enabled
	"show_git_status_in_status_bar": true,
0 Likes

#4

Thank you for pointing me to the safe mode. I started Sublime Text once in safe mode and then the Sublime Merge integration was back, also in normal mode. Worked on both computers.

0 Likes