I somehow added padding to the left and right of my editor. Anyone know how I could remove it?
I've played around with view->editor layout but Single
mode doesn't do the trick. And switching to the other views and back don't do anything either. I also can't drag the window beyond what is shown below.
my current settings.json, nothing in here should affect it.
{
"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"
}
Seems like it was answered on github. I just wasn't typing in the correct question. https://github.com/Microsoft/vscode/issues/53778
F1->Toggle Center Layout
In settings
"editor.glyphMargin": false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With