I am running VS Code 1.93.1 with Emebbeded Linux Kernel Dev 0.6.1.
The file tree looks like this:
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:
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.
If I disable the newDtsEngine, the issue can not be reproduced.
Hello,
I am running VS Code 1.93.1 with Emebbeded Linux Kernel Dev 0.6.1.
The file tree looks like this:
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:
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.
If I disable the newDtsEngine, the issue can not be reproduced.
Thanks for your help !