1.15.0
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"
}
}