如何在 VS Code 中更改装订线宽度?
问题描述:
如何使装订线宽度变大?我希望它是当前宽度的 4-5 倍.
How do I make the gutter width a larger size? I want it 4-5x the current width.
见下图:
答
宽度是生成的动态值,直接在 VScode 中从多次测量中派生而来.请参阅此处了解想法那里发生了什么.改变这一点并非易事.您必须自己深入研究代码并为不良影响做好准备.
The width is a generated dynamic value, derived from several measurements, directly within VScode. See here for an idea what going on there. It is not trivial to change this. You would have to dig into the code yourself and be prepared for ill effects.
有一个 GitHub 问题 引用了这个 SO 问题,所以你可能想贡献你的推理和/或代码提交.
There's a GitHub issue referencing this SO question, so you might want to contribute your reasoning and/or code submissions there.