我把这个放在我的环境里
"[markdown]": {
// "editor.fontFamily": "\"IA Writer Duo S\", monospace",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.lineHeight": 23,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"editor.lineNumbers": "off",
"editor.quickSuggestions": false,
"editor.centerLayout": true
},最后一行"editor.centerLayout": true无法工作。有没有办法达到编辑中心的效果?
我知道有一个选项可以切换以中心为中心的布局,但我想知道它是否可以在使用标记时永久实现。
发布于 2022-06-09 23:43:32
使用视图>外观>居中布局下的切换,我知道这是唯一的方法。
https://stackoverflow.com/questions/69691504
复制相似问题