Closed HorlogeSkynet closed 2 months ago
Disables spellcheck in remote terminal view (Terminus v0.3.32+)
This patch replaces previous Terminus package detection by a proper terminus_open lookup (actually TerminusOpenCommand command class).
terminus_open
TerminusOpenCommand
SSHubl won't (try to) consume PackageControl API anymore, which should result in better performance when opening a remote terminal for the first time.
New st_utils.get_command_class function comes with some proper testing (including its conditional cache feature).
st_utils.get_command_class
As Terminus v0.3.32 was released on 15/08/2024, we expect it to be globally rolled out before next version of SSHubl.
Disables spellcheck in remote terminal view (Terminus v0.3.32+)
This patch replaces previous Terminus package detection by a proper
terminus_open
lookup (actuallyTerminusOpenCommand
command class).SSHubl won't (try to) consume PackageControl API anymore, which should result in better performance when opening a remote terminal for the first time.
New
st_utils.get_command_class
function comes with some proper testing (including its conditional cache feature).As Terminus v0.3.32 was released on 15/08/2024, we expect it to be globally rolled out before next version of SSHubl.