-
Notifications
You must be signed in to change notification settings - Fork 11
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
No working with VScode #68
Comments
Hello @Mgldvd it isn't out of scope! The watcher must work on any regular terminal, even when running within an IDE.
- name: run my test
run: [
'ls -a',
'echo helooooo'
]
change: "./src/**"
|
Ok, after some tests, I think I figured! Thanks again for reporting 😄 Today the watcher only listen It seems the VScode only triggers Here is the output for when VIM saves a buffer into a file:
Here is for VScode:
|
Hey @Mgldvd Now it's capturing any event. I made a pair of tests using VScode and it is working, let me know if it fixes the issue for you |
Hi, Yea!! is working perfect now, really nice app. Thank you. By the way, as a suggestion, it should also work with the |
Noted! I'll extend the watcher to look for the |
Addressed your feature request #98 |
Hi, I'm not sure if this is out of scope.
Is working fine with
vim
or the default visual editor on the os but not working with editor likevscode
,pulsar editor
orsublime text
also not working with
nano
the output is just
Funzzy: Watching...
I'm using
Linux mint
as OSHere the yml file:
also i want to point out that
inotifywait
is working fine:Any idea? Thank you
The text was updated successfully, but these errors were encountered: