VS Code Move Debug Toolbar to Window Title - visual-studio-code

Is it possible to move debug toolbar to window title?
I know that VS Code does not provide such debug toolbar positioning option, but I am talking about edit the source code of VS Code.
Maybe you can suggest me what documentation to read and what files I have to edit to implement my idea?

Related

VS Code outline on opening workspace

On pretty much every project I work on in VS Code, I like to have the code outline present, but I can't seem to figure out how to get that part of the window activated on startup. At the moment, I have to manually activate the Outline panel. Is there a method, maybe in the settings.json, that will automatically enable the Outline panel on startup?

VS Code Controls not showing

I have an issue in VS Code. By mistake, I clicked some options and my VS Code looks like this now. It is not showing the menu and cannot be minimized either. Can someone please help me out to restore the VS Code in its default format.
Full Screen mode:
Press the ALT key and the toolbar will show up:
Exit Full Screen mode with F11:

Disable annoying tooltip in the side bar of Visual Studio Code

This annoying tooltip hides some parts of the side bar (see the screen shot bellow) and I want to disable it.
I checked the options in settings JSON file, there seems to be no way in there.
Is there any way to disable this tooltip?
EDIT: Please note that this question is about tooltip from side bar, not about tooltips from editor window.

Visual Studio Code: How to have both Debug window and Explorer window open together?

I'm new to Visual Code and I have a small question.
You have two buttons circled in red line. The first button opens the Explorer window and the second circled button opens the Debug window.
I want to have both of these windows open. Do you know how to do it?
This is not possible as of VSCode 1.13
A feature request for showing multiple panels was tracked here but the issue has been closed as as-designed. If you are passionate about the problem, please file a new issue to see if thinking on this has changed in the past year
V1.43 will have the ability to move various views, like Variables, Watch and Callstack from the sidebar to the panel (it works nicely in the Insiders' Build v.1.43). Demo:
See v1.43 release notes: https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_43.md#easier-moving-of-even-more-views with a demo gif of dragging views to and from the panel.
and this setting:
We've introduced a new command to make moving views easier
with the keyboard: View: Move Focused View
(workbench.action.moveFocusedView).
And finally, this is a preview feature. So, in case you get into a
state that you can't fix, there is a command to reset all views to
their original locations: View: Reset View Locations
(workbench.action.resetViewLocations).

Cannot see my code on the debug windows

Hi I used the Eclipse for creating a project. I don't know what I did that make my code didn't show on the debug windows. How to solve this problem?
It is because the console log window is on top of the editor. Resize it to be shorter.
You could also just reset your perspective to the default layout. Use Window > Reset Perspective... menu item.