-
Notifications
You must be signed in to change notification settings - Fork 8
Workspace settings
Guillermo Antonio Palomino Sosa edited this page Feb 21, 2024
·
1 revision
Once you have created your workspace index You will see a .edkCode folder in your workspace.
This colder contains edk2_workspace_properties.json file with the configuration used to generate the index.
You can modify this file using one of the following commands:
EDK2: Workspace configuration (UI)EDK2: Workspace configuration (JSON)
{
"packagePaths": [],
"dscPaths": [
"OvmfPkg\\OvmfPkgX64.dsc"
],
"buildDefines": [
"ARCH=X64"
]
}dscPaths Each entry should be the main DSC files use for compilation.
buildDefines These entries are definitions injected in your build command with -D. You can add or modify this list accoording to your needs.
after modification of this file, you will see a message in vscode asking to reload your index.
You can also modify this file using