gepd / Deviot

Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Apache License 2.0
306 stars 55 forks source link

Fix display of inline errors #261

Closed berendkleinhaneveld closed 6 years ago

berendkleinhaneveld commented 6 years ago

The inline errors didn't show up, so I investigated a bit. This should make it work again. Thanks for the awesome work on this plugin!

gepd commented 6 years ago

Thanks @berendkleinhaneveld I'll include this in the next release, I may need an option to deactivate this option if someone doesn't want to see the errors inline

berendkleinhaneveld commented 6 years ago

There is already a setting that was introduced in 46e006ac0726a94ca5d1fa8b06c722d3f600dac4, so users can use that option for turning off inline errors. I could change the default setting to false, which might be less intrusive for users.

gepd commented 6 years ago

You're right, I'll merge it now