STM32CubeIDE shows duplicate folder when linking custom library to project
Hello,
I have created a stm32cubeide project and wanted to add my own library folder to that project so I just drag and dropped it into workspace. This library folder will have multiple subfolders and .c/.h files. I linked folder using Includes, .c files using Source location. After doing this I get duplicates of my folder showing up in Project Explorer (STPM34 and BSP). It compiles without errors so I guess it just shows those folders as a part of project because IDE thinks that this folder is outside of project, but how to turn off this feature?

How to correctly include folder with .c and .h files into stm32cubeide?
