angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

Warning messages from tslint are lost #35

Closed egamma closed 7 years ago

egamma commented 7 years ago

tslint writes warning messages like 'rule not found' to the console using console.warn(). These messages are lost. These messages should be captured and shown to the user.