如何在文件树结构中添加更多缩进?它有一点点缩进我想增加更多就像网豆一样。
检查图像: -
工作台>树:缩进
以像素为单位控制树缩进。
"workbench.tree.indent": 10
并为您选择足够高的数字。
另请参阅我在Visual Studio code sidebar Vertical guideline (customize sidebar)的答案,在v1.36中,您可以添加彩色树缩进指南,以使资源管理器文件结构更加明显。
示例图片使用:"tree.indentGuidesStroke": "#00ff00" in the
colorCustomizations`(我通常不使用绿色!)。
对于Mac,使用菜单栏即可
Code > Preferences > Settings
然后在搜索设置中键入:tree
或转到
Workbench > Appearance > Tree: Indent
(以像素为单位控制树缩进)
并设置您的首选缩进
{
"workbench.tree.indent": 20, // just paste this line of code in setting.json file
"editor.mouseWheelZoom": true // for zoom in & out font size with Ctrl+ mouse scroll
}