You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: added use_diagnostics option to populate diagnostics list (#50)
* feat: added use_diagnostics option to populate diagnostics list as well as quickfix list
* fix: edited diagnostics for matching infos from error
add ability to have multiple tsc jobs running / watching for mono rep… (
#46)
* add ability to have multiple tsc jobs running / watching for mono repo setups
Author: Ben Feldberg Collins <benfeldbergcollins@hotmail.co.uk>
* Move already running warning to only trigger on manual run TSC
* add support for mono-repos of any size, put mono repo behavior behind a flag
* amend README
* amend README
* amend README
* fix find searching node_modules
(release)!: Version 2.0.0 (#35)
* Adds `watch mode` support along with `auto_focus_qflist` and auto_start_watch_mode` as configuration options
* Adds `pretty ts errors mode` along with `pretty_errors` configuration option
---------
Co-authored-by: Dillon Mulroy <dillon.mulroy@gmail.com>
Co-authored-by: pmwals09 <pmwals09@gmail.com>
Co-authored-by: Alessandro Senese <senesealessandro@gmail.com>