question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a feature to also hide files that start with a "dot"

See original GitHub issue

Is your feature request related to a problem? Please describe.

Normally on Linux/macOS dotfiles are hidden, while this isn’t the case on Windows systems, many apps still do a dotfile in the “home” directory, for example scoop:

C:\Users\User\.scoop

While in Windows you are supposed to hide folders using the hidden attribute, some Apps don’t like this. This clutters the home folder with dotfiles, and makes the UI look a lot less clean, specially since they are always located at the start of the listing.

Describe the solution you’d like

I would love if we had a setting, inside “Files and folders” to “Also hide files starting with a dot”, that is disabled by default, so that way users that don’t want this feature aren’t bothered by it, but users like me that want or wish to hide their “dotfiles” can do so.

Thanks for the amazing software!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
yaira2commented, Dec 21, 2020

@DiegoMagdaleno This doesn’t make sense in Windows because Windows 10 treats dot files as regular files so users may get confused why their files are hidden.

@Jaiganeshkumaran The feature request is about adding an option to hide them, the default will remain the way it is so that users don’t get confused.

1reaction
d2dyno1commented, Feb 6, 2022

@DiegoMagdaleno Closed with #8169

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hiding files/folders which begin with a full stop (period)
Right click on the .folder you want to hide;; Click properties , then click on the general tab;; Click on hidden .
Read more >
Hide/Show files starting with dot
Hide /Show files starting with dot. I am using Windows 11 Pro. I use many apps coming from the Unix universe (through WSL),...
Read more >
Why are filenames that start with a dot hidden? Can I hide ...
Files starting with a dot are not "hidden" because "hidden" is not one of their attributes. Unlike in DOS/Windows, "hidden" is not an...
Read more >
Files starts with dot, don't show in VS Code
I create files .babelrc and .gitignore, but they don't show in VS Code project explorer. How I can disable this hidding?
Read more >
How to hide all files & folders starting with dot? : r/vscode
You can use the files.exclude setting, which hides files and folders from the VS Code explorer based on glob patterns.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found