https://stackoverflow.com/questions/42462777/multirow-tabs-for-vscode/57441591#57441591
这个插件的效果就是:原来打开文件的 tab 只能在一排,打开多了就得左右滚动。弄了以后,打开文件多了这些 tab 会放在多排,你就再也不需要左右滚动了。
但今天突然失效了,同事的电脑也是。
实际使用插件是 VSCode Custom CSS,只不过应用了一些 css 样式,但看着有点懵,有没有大佬懂得。
1
iqxd 2021-02-08 14:21:11 +08:00
vscode 新版本原生带这个功能了,估计是这个原因吧
|
2
amiwrong123 OP @iqxd #1
但我也没有更新啊,话说在设置哪里呀,我找找看 |
3
genesischou 2021-02-09 10:25:41 +08:00 1
更新笔记的第一条就是这个
Wrap tabs A new setting workbench.editor.wrapTabs lets editor tabs wrap instead of showing a scrollbar. If the available space for the tabs is too small, wrapping will temporarily turn off, and you will see the old experience with a scrollbar. Note: You can prevent wrapped tabs from growing too large by configuring workbench.editor.tabSizing: shrink. |