Skip to content

1.15.0

Compare
Choose a tag to compare
@dsifford dsifford released this 06 May 17:44
· 183 commits to main since this release

Minor

  • Switch from highlighting the entire current line to coloring only the border.

Patch

  • General overhaul/improvement of new UI scopes.

Note: If you prefer to have the entire current line highlighted like it was previously, you can enable it by adding the following in your User Settings:

{
    "workbench.colorCustomizations": {
        "editor.lineHighlightBackground": "#44475A"
    }
}