Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio code 可以让编辑器窗口选项卡动态调整大小以适应视图_Visual Studio Code_Vscode Settings - Fatal编程技术网

Visual studio code 可以让编辑器窗口选项卡动态调整大小以适应视图

Visual studio code 可以让编辑器窗口选项卡动态调整大小以适应视图,visual-studio-code,vscode-settings,Visual Studio Code,Vscode Settings,只是澄清一下,这个问题与文档中的选项卡无关。这是关于VisualStudio代码中的编辑器选项卡(如浏览器选项卡)。当我打开的窗口比打开的窗口还多时,多余的部分将从视图中消失。是否有一种方法可以自动调整它们的大小,以便它们都能像web浏览器那样适应视图?应该这样做: // Controls the sizing of editor tabs. // - `fit`: Always keep tabs large enough to show the full editor label.

只是澄清一下,这个问题与文档中的选项卡无关。这是关于VisualStudio代码中的编辑器选项卡(如浏览器选项卡)。当我打开的窗口比打开的窗口还多时,多余的部分将从视图中消失。是否有一种方法可以自动调整它们的大小,以便它们都能像web浏览器那样适应视图?

应该这样做:

// Controls the sizing of editor tabs.

//  - `fit`: Always keep tabs large enough to show the full editor label.   
//  - `shrink`: Allow tabs to get smaller when the available space is not enough to show all tabs
 at once.

"workbench.editor.tabSizing": "shrink",

这怎么会被否决呢?唉,但看到这个以后的复制品了吗??