Duncan McKee

Results 3 comments of Duncan McKee

There are already settings for `editor.padding.top` and `editor.padding.bottom`, so the setting should be `editor.padding.left` and should result in the same amount of spacing as those do.

@pmeaney if you want less space in the gutter to the left of the line numbers, the ticket for that is https://github.com/microsoft/vscode/issues/93887 or https://github.com/microsoft/vscode/issues/30795 Also, FYI, you can currently reduce...

In my case, another gem was loading Spring by doing `require "spring/commands"` even when not running in Spring. For me, it worked to check `defined?(Spring::Application)` instead. If you want to...