Replies: 2 comments
-
I am giving this a go at the moment, might be of interest:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have found a usability issues with the file picker:
hidden = true
, then editing the config is very tedious because you simply cannot open hidden directorieshidden = false
file picker goes through way too many directories.I suggest to
.config/
should stop file picker from searching paths outside of.config/
andhidden = true
when the directory name is explicitly typed, e.g..config/
should search this path even withhidden = true
.Beta Was this translation helpful? Give feedback.
All reactions