I ve been also trying to find a solution for the Insider version of VSCode, but apart from just hiding it I haven t discovered anything relevant yet.
I have "window.zoomLevel": 0
set in settings.json
.
I ve been also trying to find a solution for the Insider version of VSCode, but apart from just hiding it I haven t discovered anything relevant yet.
I have "window.zoomLevel": 0
set in settings.json
.
<EDIT (03/03/20): 也可使用customize-ui。 添加,允许更细微的体积和其他货物
You can also use the negative zoom trick in settings.json
:
{
"window.zoomLevel": -1,
"editor.fontSize": 13,
"terminal.integrated.fontSize": 16,
}
The whole editor will get smaller so you need to compensate editor.fontSize
and terminal.integrated.fontSize
这样就能够减少<>小规模>活性禁令。 (很幸运的是,它针对的是一切(地大小、自食其力......),但我更喜欢这样做,而不是默认。
不是解决你的具体问题,而是另一个好的解决办法。
Settings (UI)
go to the Customize UI settings and set Activity Bar
to "bottom"
.我没有确切地问到什么,而没有把它完全藏匿起来,而是增加了一个能够吸引酒吧的关键捷径。
关于macOS:Code
>P参比
>Key板 shortcuts
>检索Toggle Activities Bar Visibility
或者,你可以进入<代码>。 键盘短程条码>,采用下列方式:<代码>ctrl + k,然后<代码>ctrl + s。
页: 1 备选案文+B 仅像“Thecode>Command + B for theside Bar toggle”,并在我需要时展示。
期望在Akelian的答复中增加:
On Windows/Linux - File > Preferences > Settings
On macOS - Code > Preferences > Settings
{
"window.zoomLevel": -1,
"editor.fontSize": 13,
"terminal.integrated.fontSize": 16,
"workbench.activityBar.visible": false,
}
将“工作环境”改为“工作环境”。
对于以前曾使用过不再奏效的商品化倡议延伸的人,现在有一个替代:,Apctomize UI++。
它提供了类似程度的定制,允许对《联邦法典》允许的改动。
视窗有VS代码,VS 《刑法》必须作为管理人实施,以便能够进行这一新的推广,但一旦《联邦法典》得以实施,则通常可以实施。
{
"apc.activityBar": {
"size": 36, // Height (when top/bottom) or width (in default position)
"itemSize": 36, // Size of items within the bar (default: size)
"itemMargin": 3 // Margin between two items (default: 3)
},
}
Now, the activity bar will look like this:
How can the "Hide Pointer While Typing" option be disabled by application? I m having an issue with the cursor hiding and not getting it back without pressing escape or losing window focus. The ...
HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...
My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...
I m running gnome and have a program that spawns off a large number of separate processes each with its own gui window. I d like to be able to selectively grab open windows whose titles match a ...
Usually, when we have to link an interface element to a field of a class, we use the keyword IBOutlet to inform the pre-copiler: @interface MyController : NSObject { IBOutlet NSWindow *...
I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...
I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...
Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...