devlog: improved WSL1 support
This commit is contained in:
parent
ac949e722d
commit
79454a19b9
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ them.
|
||||||
You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more
|
You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more
|
||||||
devlog entries in the [archive](/devlog/).
|
devlog entries in the [archive](/devlog/).
|
||||||
|
|
||||||
|
## [Improved WSL1 support]($section.id("2025-10-07T10:25:55+0200"))
|
||||||
|
|
||||||
|
Several fixes went in today that allow flow to now work properly on WSL1 with project directories
|
||||||
|
on the Windows host filesystem. These fixes add fallback handling for cases when the stat syscall
|
||||||
|
fails (as it does on WSL1) so this may improve support elsewhere too.
|
||||||
|
|
||||||
|
|
||||||
## [helix mode improvements]($section.id("2025-10-06T22:28:52+0200"))
|
## [helix mode improvements]($section.id("2025-10-06T22:28:52+0200"))
|
||||||
|
|
||||||
Thanks to Igor Támara we have new helix mode commands to close other buffers and reload all files.
|
Thanks to Igor Támara we have new helix mode commands to close other buffers and reload all files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue