Skip to content
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

FileSystemWatcher does not work, neither for create, change or delete #12294

Closed
alvsan09 opened this issue Mar 13, 2023 · 1 comment
Closed
Labels
file-watchers issues related to filesystem watchers - nsfw plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility

Comments

@alvsan09
Copy link
Contributor

alvsan09 commented Mar 13, 2023

Bug Description:

Steps to Reproduce:

  1. Download test plugin
    filewatchertest
    The plugin is set to watch system events for file 'create', 'change', 'delete' on a default pattern '**' all files and sub-directories of the workspace.
  2. Install the 'vsix' plugin via the extensions view i.e. from the three dots -> menu option, Install from VSIX ...
  3. In the debug console log, check that the following message was generated "The extension "fileWatcherTest" is now active!"
  4. Try adding, changing or deleting files under the workspace folder.
    Each file system event is expected to display and information message indicating the even and corresponding file UR, but nothing is displayed.
  5. Repeat the above in 'vscode', and observe how create, change and delete are reported.
    https://user-images.githubusercontent.com/76971376/224758771-0d8c44b9-9032-4a85-be3d-d79d98170a92.mp4

Related to:
#5738
#8961
Refresh issue on issue 12238

Additional Information

  • Operating System: Linux
  • Theia Version: master branch (commit 4ab3915, after 1.35.0)
@alvsan09 alvsan09 added vscode issues related to VSCode compatibility file-watchers issues related to filesystem watchers - nsfw plug-in system issues related to the plug-in system labels Mar 13, 2023
@alvsan09
Copy link
Contributor Author

This is a duplicate of the recent issue:
#12260

Which has been recently fixed!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
file-watchers issues related to filesystem watchers - nsfw plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant