In Visual Studio Code, settings allow you to customize various aspects of the editor to suit your workflow and preferences. These settings can be configured globally or at the workspace level, providing flexibility in how you manage your development environment.

  1. Open the Command Palette by pressing F1 or Ctrl + Shift + P.
  2. Type Preferences: Open Settings (UI) and select it.
  3. In the search bar at the top, type intel-corporation.edk2code to filter the settings specific to the EDK2Code extension.
  4. Browse through the filtered settings to customize the extension according to your preferences.
  • Type: string
  • Default: None
  • Description: Debug log level
  • Options:
  • None
  • Error
  • Warning
  • Info
  • Verbose
  • Debug
  • Type: boolean
  • Default: false
  • Description: Generate .ignore file. This file reduces the scope of files consumed by VS Code commands such as search or open file.
  • Type: number
  • Default: 5000
  • Description: Delay to refresh the EDK2 workspace after a file change, in milliseconds.
  • Type: boolean
  • Default: true
  • Description: Show warning about the need for the C++ extension.
  • Type: boolean
  • Default: true
  • Description: Experimental diagnostics for EDK2. It will show EDK2 errors in the VS Code Problem window.
  • Type: boolean
  • Default: true
  • Description: Use EDK2 call hierarchy (cscope) instead of VS Code's native one. (Requires reload of VS Code after setup)
  • Type: boolean
  • Default: false
  • Description: Expand circular include or duplicated libraries in the Edk2 Map view.
  • Type: string
  • Default: ``
  • Description: Overwrites the path to the cscope executable. (Requires reload of VS Code after setup)
  • Type: array
  • Default:
  • *.log
  • .ignore
  • .gitignore
  • .edkCode/**/*
  • Description: Patterns to append to the .ignore file.
  • Items:
  • Type: string