Merge pull request #163 from rchl/fix/hide-sidebar

Hide sidebar in JQ window as it serves no purpose
This commit is contained in:
Terminal 2022-05-23 12:34:00 -05:00 committed by GitHub
commit afa8b64f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@ class JqPrettyJsonCommand(sublime_plugin.TextCommand):
sublime.run_command("new_window") sublime.run_command("new_window")
preview_window = sublime.active_window() preview_window = sublime.active_window()
preview_window.set_sidebar_visible(False)
preview_window.run_command( preview_window.run_command(
"set_layout", "set_layout",