Closed gerph closed 4 years ago
NOTE: The information had NOT been copied to the clipboard :-(
The support info uses the Sublime Text API function sublime.set_clipboard(msg)
to copy the generated content to the clipboard. Works well on Windows. Can't say anything about Mac as I do not have access to such a system.
Otherwise ...
show_status_bar_text
to false
in the GitGutter.sublime-settings or via git_gutter_show_status_bar_text
in the Preferences.sublime-settings.Therefore 2 questions:
traceback ...
stuff in ST's console? show_status_bar_text
to false
in the GitGutter.sublime-settings: Do you have any project specific override or set git_gutter_show_status_bar_text
in the Preferences.sublime-settings? The latter one would override the setting in the GitGutter.sublime-settings.
Description
After upgrading to v1.11.1, the setting
"show_status_bar_text": false,
is no longer effective.With the configurations set to
false
, the status bar is still being updated according tostatus_bar_text
, which it should not be.Support Info
NOTE: The information had NOT been copied to the clipboard :-(
Steps to Reproduce Issue
show_status_bar_text
tofalse
.