You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Usually that could be a little tricky depending on how you read your directory, since these files don't have a main file name, just the extension, so to speak.
I've not looked at your code, but adding support for dotfiles, usually means some conceptual changes, as you would need to allow specific file patterns to be scanned for. One way of handling this would be to add a specific option in your settings which would trigger a flag, so that when you're scanning the directories you also scan for those starting with a leading dot, and allow that into the file name pattern otherwise used.
Some care need to be taken related to directories vs files, which I'm assuming you're already handling somehow, and some care need to be taken since dotfiles usually are text files, but they could really be binary files as well, so you do not want to open them with any kind of auto-save enabled, as that might risk destroying the file entirely.
Thanks to
Vinadon#0410
: it is currently impossible to edit dotfiles.Expected: typing
gitignore
in the extensions field shows the.gitignore
file that is present.Actual: The file is not shown.
The text was updated successfully, but these errors were encountered: