v1.1.0
New features
Module map
You can right click on a compiled INF file and select EDK2: Show Module Map
This will open the EDK2 submenu showing the libraries and source files that were used to compile that INF.
This feature is helpful in visualizing how a module includes various libraries. It also provides insights into how C files within the module include header files. By understanding these relationships, developers can better manage dependencies.
Error Detection
The DSC analysis can identify potential issues within the DSC files, such incorrect paths, duplicated libraries, etc. These issues are highlighted and shown in the Visual Studio Code "Problems" window.
You can disable this using the edk2code.enableDiagnostics
setting