microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
42 stars 9 forks source link

New DTS Engine creates copy of dtsi prepended with a dot #38

Open Conduent-Max opened 2 months ago

Conduent-Max commented 2 months ago

Hello,

I am running VS Code 1.93.1 with Emebbeded Linux Kernel Dev 0.6.1.

The file tree looks like this: image

In the folder devices there is one folder per device containing the *.dtsi* and .dts** files of the device. Theses files are automatically copied in the KERNEL file tree upon compilation.

The sources of the Linux Kernel are in the folder named KERNEL.

My settings.json looks like this: image

The issue: Everytime I open a *dtsi file in the folder devices, a copy of the file is created and its name is the name of the file prepended with a dot. image

If I disable the newDtsEngine, the issue can not be reproduced.

Thanks for your help !