VS代码。如何删除侧栏和编辑器之间的填充?

Kev*_*Qiu 4 visual-studio-code vscode-settings

我以某种方式在编辑器的左侧和右侧添加了填充。有谁知道我怎样才能删除它?

我玩过视图-> 编辑器布局,但Single模式不起作用。切换到其他视图并返回也不会做任何事情。我也无法将窗口拖到下面显示的范围之外。

我当前的settings.json,这里没有任何影响。

{
  "editor.tabSize": 2,
  "editor.detectIndentation": false,
  "window.zoomLevel": 1,
  "editor.minimap.enabled": true,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "[terraform]": {
    "editor.formatOnSave": true
  },
  "breadcrumbs.enabled": true,
  "[python]": {
    "editor.insertSpaces": true,
    "editor.tabSize": 4
  },
  "editor.renderWhitespace": "none"
}
Run Code Online (Sandbox Code Playgroud)

红色框是填充

Kev*_*Qiu 6

好像是在github上回答的。我只是没有输入正确的问题。https://github.com/Microsoft/vscode/issues/53778

F1->切换中心布局


Ane*_*ees 4

在设置中

“editor.glyphMargin”:假