Skip to content

why .classpath files don't appear in file explorer? #17593

Closed Answered by SomeoneToIgnore
Ignacio-Ucedo asked this question in Q&A
Discussion options

You must be logged in to vote

// Add files or globs of files that will be excluded by Zed entirely:
// they will be skipped during FS scan(s), file tree and file search
// will lack the corresponding file entries.
"file_scan_exclusions": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings"
],

That's why.
Consider copying this part into your default settings and removing the line with classpath if you need them.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ignacio-Ucedo
Comment options

Answer selected by SomeoneToIgnore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug [core label] triage Maintainer needs to classify the issue admin read Pending admin review
2 participants
Converted from issue

This discussion was converted from issue #17577 on September 09, 2024 12:15.