Skip to content

v1.1.0

Compare
Choose a tag to compare
@gapalomi gapalomi released this 07 Feb 22:55
· 5 commits to main since this release

New features

Module map

You can right click on a compiled INF file and select EDK2: Show Module Map

module-map-context-menu

This will open the EDK2 submenu showing the libraries and source files that were used to compile that INF.

module-map

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.

55e73504-3e8b-4b58-a9fa-5fc64a89614f

You can disable this using the edk2code.enableDiagnostics setting