简体   繁体   中英

Trying to remove flutter debug toolbar in vscode

As the title says, I'm trying to remove this toolbar:

在此处输入图像描述

VS Code settings

"debug.toolBarLocation": "hidden"

Editing process through the menu and the settings edit form.
File -> Prefernces -> Settings
Copy the text (without quotes) "debug.toolBarLocation" and paste it into the text input field where you see the prompt text "Search settings".

The subform of editing this parameter will appear.

Debug: Tool Bar Location Controls the location of the debug toolbar. Either floating in all views, docked in the debug view, or hidden.

Select a value from the list.

More info: https://code.visualstudio.com/docs/getstarted/settings

You can also hide the toolbar within the VS Code GUI settings by changing "Debug: Tool Bar Location" to "Hidden"

Click here to see what it looks like

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM