Skip to content
Guillermo Antonio Palomino Sosa edited this page Feb 21, 2024 · 17 revisions

Welcome to the Edk2Code wiki!

This extension is intended to help EDK2 developers by providing EDK2 file awareness to Visual Studio Code.

Content:

Requirements

Cscope

Cscope is used for some C related functionality of the extension. On windows systems the cscope comes already included in the extension.

For linux systems you need to install cscope manually.

Ubuntu installation example: sudo apt install cscope

Additionally, you can use the vscode setting edk2code.cscopeOverwritePath to point cscope to your preferred installation path.

Clone this wiki locally