This in RHEL. Running: Sublime3 Build 3176.
Each time the sublime_text command is issued a new restore session (with all new windows) is opened.
Even from the same terminal two commands in a row, I get two whole new sessions.
This started on a recent update.
After one sublime_txt file.name command:
~>sublime_text -a foo.bar
~>ps -aux | grep sublime
bmcgee   16465  8.6  0.1 832188 39612 ?        Ssl  11:49   0:00 sublime_text -a foo.bar
bmcgee   16478 15.6  0.0 309508 28740 ?        Sl   11:49   0:00 /apps/oss/sublime_txt_3_build_3176_x64/plugin_host 16465 --auto-shell-env
~>sublime_text -a foo2.bar
~>ps -aux | grep sublime
bmcgee   16465  3.2  0.1 832188 39612 ?        Ssl  11:49   0:00 sublime_text -a foo.bar
bmcgee   16478  5.2  0.0 309508 28740 ?        Sl   11:49   0:00 /apps/oss/sublime_txt_3_build_3176_x64/plugin_host 16465 --auto-shell-env
bmcgee   16507  9.0  0.1 832032 39676 ?        Ssl  11:50   0:00 sublime_text -a foo2.bar
bmcgee   16519 18.7  0.0 309456 28752 ?        Sl   11:50   0:00 /apps/oss/sublime_txt_3_build_3176_x64/plugin_host 16507 --auto-shell-env
Is there any way to force an association? Debug this?