pulsar-edit / pulsar

A Community-led Hyper-Hackable Text Editor
https://pulsar-edit.dev
Other
3.33k stars 140 forks source link

"Hidden" build directory gone #947

Closed AchimPieters closed 8 months ago

AchimPieters commented 8 months ago

Thanks in advance for your bug report!

What happened?

I updated to the latest version of Pulsar.

With the previous version, when I compiled my code I saw a greyed out 'build' directory. Now this is gone, and don't know how to get it back?

Pulsar version

1.114.2024030715 x64

Which OS does this happen on?

🍎 macOS

OS details

Sonoma 14.3.1

Which CPU architecture are you running this on?

x86_64/AMD64

What steps are needed to reproduce this?

Compile some code in C.

Additional Information:

No response

confused-Techie commented 8 months ago

Thanks a ton for reporting this issue!

This sounds like somehow a setting changed in your tree-view package.

Can you check if in the tree-view package if the setting Hide VCS Ignored Files is enabled? If enabled this hides all the "greyed out" directories and files.

AchimPieters commented 8 months ago

@confused-Techie Thank you, that did the trick! There was a tick before the Hide VCS Ignored files, when removing the tick it turned back as I wanted it!