Skip to content

Open extension panels as full tabs instead of split#32

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-open-tabs-full-screen
Draft

Open extension panels as full tabs instead of split#32
Copilot wants to merge 2 commits intomainfrom
copilot/fix-open-tabs-full-screen

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

When the extension opens the TestDriver Live Preview panel, it was splitting the editor rather than opening as a full tab.

Change

  • Replace vscode.ViewColumn.Beside with vscode.ViewColumn.One in the createWebviewPanel call so the panel occupies the main editor column instead of splitting beside the active file.
// Before
vscode.ViewColumn.Beside,

// After
vscode.ViewColumn.One,

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix extension to open tabs in full screen instead of split Open extension panels as full tabs instead of split Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants