crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
276 stars 58 forks source link

Prevent focus stealing when there' scry error #110

Open iambudi opened 4 years ago

iambudi commented 4 years ago

Is it possible to disable focus stealing to the Output Tab when scry throws errors in VSCode panel? It's quite annoying 😉. I tried to hide the the Tab Output but it always come back. Thanks.

image
faustinoaq commented 4 years ago

@iambudi Thank you for reporting this issue!

I think we can adjust the log handler to be more silent

Did you download a scry executable here? or Did you compile it by yourself?

iambudi commented 4 years ago

@faustinoaq I compiled by myself. Thanks.