-
Notifications
You must be signed in to change notification settings - Fork 8
Home
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:
Visual Studio Code ^1.77.0
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.