Skip to content

bug: windows.terminal.start_hidden is overriden by auto_toggle #123

@igorlfs

Description

@igorlfs

If auto_toggle is enabled, windows.terminal.start_hidden is "ignored" and the terminal always opens when starting a new session (context)

Details
  • start_hidden is checked during session initialization (after event_initialized)
  • Afterwards (on launch or attach), open is called if auto_toggle is on. This will always trigger the terminal because that's the intended behavior of open.

That's because I suck at designing plugin options 🫠

Probably should remove windows.terminal.start_hidden in v2, to keep things unified.

To be fair, that's not a big deal at all. Actually, people that enable auto_toggle probably expect this behavior (since no one complained so far). But it's worth it keeping it in mind when designing the options for v2.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions