jupyterlab-contrib / jupyterlab-filesystem-access

[Experimental] Browse local files using the non-standard File System Access API
https://jupyterlab-filesystem-access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
31 stars 6 forks source link

Emit fileChanged after rename #41

Closed hbcarlos closed 2 years ago

hbcarlos commented 2 years ago

fixes #40

jtpio commented 2 years ago

The windows failure looks odd since the PR doesn't modify css files.

Will have a look.

jtpio commented 2 years ago

Ci failure is also happening in https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/42

hbcarlos commented 2 years ago

I rebased on main and squashed @jtpio's commit. The test should pass now.

martinRenou commented 2 years ago

Thanks!