Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode.TerminalLocation.Editor always goes to the first view column #131595

Closed
TylerLeonhardt opened this issue Aug 24, 2021 · 0 comments · Fixed by #132501
Closed

vscode.TerminalLocation.Editor always goes to the first view column #131595

TylerLeonhardt opened this issue Aug 24, 2021 · 0 comments · Fixed by #132501
Assignees
Labels
api bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal General terminal issues that don't fall under another label terminal-editors verified Verification succeeded

Comments

@TylerLeonhardt
Copy link
Member

Testing #131278

vscode.window.createTerminal({
        location: vscode.TerminalLocation.Editor
      });

always goes to column 1. I would have expected it to go to the active view column.

Is that expected?

@Tyriar Tyriar added api bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label terminal-editors labels Aug 27, 2021
@Tyriar Tyriar modified the milestones: On Deck, September 2021 Aug 27, 2021
meganrogge added a commit that referenced this issue Sep 6, 2021
@TylerLeonhardt TylerLeonhardt added the verified Verification succeeded label Sep 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal General terminal issues that don't fall under another label terminal-editors verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@Tyriar @TylerLeonhardt @meganrogge and others