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
The default theme preference is product-scoped, allowing different Eclipse-based products to maintain their own independent defaults even when sharing the same user configuration.
65
+
35
66
---
36
67
## General Updates
37
68
69
+
### Skip Dot-folders When Scanning for Projects to Import
70
+
<details>
71
+
<summary>Contributors</summary>
72
+
73
+
-[Lars Vogel](https://github.com/vogella)
74
+
</details>
75
+
76
+
You can now skip directories starting with a `.` (e.g., `.git`, `.svn`, `.hg`) during recursive project scanning in the `Smart Import` and `Import Existing Projects` wizards.
77
+
This significantly improves import performance for repositories with large metadata folders.
78
+
A new `Skip folders starting with '.'` checkbox is available in both wizards and is enabled by default.
0 commit comments