reasonml-editor / vscode-reasonml

OCaml & Reason support for Visual Studio Code
Apache License 2.0
491 stars 62 forks source link

Code block is highlighted with blue overlay on focus #209

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi guys, thanks for the great package.

If I click on the code block it becomes blue, is it possible to somehow disable this behaviour?

screenshot 2018-05-11 02 03 21

Thank you

ghost commented 6 years ago

@tigp I'm not sure why that happens but as far as I am aware there shouldn't be anything in the extension itself that causes that behavior. It might be something specific to the theme you are using.

Can you test to see if it happens when you use a different theme?

Can you you try disabling other extensions and see if it still happens?

makasimenator commented 6 years ago

I disabled it by adding "editor.occurrencesHighlight": false to User Settings.

konmik commented 6 years ago

Why closed? I've just got this issue, spent some time trying to figure out the reason(ml).