-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[linux] New registered File Watcher doesn't work correctly #5738
Comments
Works for me. Here are a few remarks on the steps you provided:
"activationEvents": [
"*"
] After doing this, starting Theia and cloning the suggested repository, I could see the followings in
I am going to close this as INVALID. Feel free to reopen. |
@kittaakos thanks, I'll double check it on my side |
@kittaakos Output -> logs
Here is the video: https://youtu.be/dnAQY1-cyN4 My OS is Fedora28 (5.0.9-100.fc28.x86_64) . @kittaakos on which OS did you test it ? |
|
@svor, I have updated the title and labels, feel free to edit. |
I've just updated the description:
|
Appearently, this is caused by Axosoft/nsfw#60 |
Description
I've created new FileSystemWatcher in the next way:
Where
'**/*.*'
means that I want to catch all files.The problem is that this file watcher, which should catch all created files, skips some events during cloning the project.
Reproduction Steps
file-watcher.zip
file-watcher/file_watcher.theia
intotheia/plugins
folder and run theiapath_to_workspace/aspnetcore-realworld-example-app/src/Conduit/Conduit.csproj
was cloned but there is no log about it in output view.OS and Theia version:
OS: Fedora28 (5.0.9-100.fc28.x86_64)
Theia: @theia/example-browser 0.8.0
The text was updated successfully, but these errors were encountered: