Skip to content

Integrated terminal description in settings doesn't reflect the current terminal tab implementation #37

@jsgrrchg

Description

@jsgrrchg
Image

Summary

The Settings copy for the integrated terminal still describes it as a “bottom developer terminal panel,” but the current implementation opens terminals as editor/workspace tabs.

Current Behavior

In Settings > Developer Mode, “Enable Integrated Terminal” says:

Show the bottom developer terminal panel and its related commands.

This is stale. The terminal is now created via “New Terminal” and mounted as a workspace/editor tab in the active pane.

Expected Behavior

Update the settings description to match the current tab-based implementation.

Suggested copy:

Enable terminal tabs in the editor workspace and related commands.

The broader Developer Mode description may also need the same wording cleanup, since it still refers to an “integrated terminal panel.”

Code References

  • apps/desktop/src/features/settings/SettingsPanel.tsx
  • apps/desktop/src/features/editor/newTabMenuActions.ts
  • apps/desktop/src/app/store/editorWorkspace.ts
  • apps/desktop/src/features/terminal/WorkspaceTerminalView.tsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions