-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-editorsverifiedVerification succeededVerification succeeded
Milestone
Description
Version: 1.74.0-insider (Universal)
Commit: ef41557
Date: 2022-11-11T05:18:46.092Z
Electron: 19.1.3
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Darwin arm64 20.6.0
Sandboxed: Yes
When location: { viewColumn: vscode.ViewColumn.One } given, createTerminal does not create a terminal at the first editor group. When location: { viewColumn: vscode.ViewColumn.Two } and others given, it creates the terminal at an appropriate group.
vscode.window.createTerminal( { name: `Ext Terminal #${NEXT_TERM_ID++} at One`, location: { viewColumn: vscode.ViewColumn.One } });Steps to Reproduce:
- Run the extension sample: https://github.com/tamuratak/vscode-extension-samples/tree/create_terminal_vc_one/terminal-sample
- Open three editor groups.
- Select the third group.
- Execute
terminalTest.createTerminal - The terminal is NOT created at the first editor group
createterminalvcone.mov
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-editorsverifiedVerification succeededVerification succeeded