Preferences/Settings files.exclude symlinks #14009
-
I can see the symlink decorator icons as per this: Symlink Decorator Icon |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @digitalnumeric, as far as I can tell, microsoft/vscode#74335 was never actually implemented, right? It was marked as out-of-scope. I don't think that Theia currently supports a setting to exclude symlinks in the explorer. You can create a feature proposal for that if you want to. Note that the proposed solution with |
Beta Was this translation helpful? Give feedback.
Hey @digitalnumeric,
as far as I can tell, microsoft/vscode#74335 was never actually implemented, right? It was marked as out-of-scope.
I don't think that Theia currently supports a setting to exclude symlinks in the explorer. You can create a feature proposal for that if you want to. Note that the proposed solution with
{ "files.exclude": { "**/.git": true, "symlinks": true } }
doesn't seem like a good idea, since it's pretty ambiguous.