VS Code move debug tab (left panel) to bottom

2020-06-23 09:29发布

Is it possible to move left panel Debug from left to bottom? I believe is more comfortable to see all the callstacks, variables and watches in the bottom panel.

Many thanks!

1条回答
倾城 Initia
2楼-- · 2020-06-23 09:52

Go upvote the issue https://github.com/microsoft/vscode/issues/65971 (alternative debug panel locations) - it is a backlog candidate so it needs your votes.

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it.


Update: Work is proceeding, early preview is in Insiders' Build in mid-February 2020. See https://github.com/microsoft/vscode/issues/90468. In the Insiders' Build you can move the watch, Breakpoints, Variables, Call Stack to the Panel or back to the Sidebar. So this may make it to v1.43.


And see https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_43.md#easier-moving-of-even-more-views

debug views to panel

查看更多
登录 后发表回答