-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question/suggestion: "watch compilation" mode #253
Comments
There are also other build tools with a watch mode, e.g. My current take on this is similar to vimtex: Run
|
I'd like to be able dispatch
tsc -w
(typescript compiler watch mode) in the background and get automatic updates in the quickfix window as new errors come and go.Is it possible to achieve this using vim-dispatch? Perhaps with a little bit of extra scripting?
Thanks!
The text was updated successfully, but these errors were encountered: