Requirements
Visual Studio Code ^1.77.0
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.