Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeModelParams

Type given when updating the configuration data stored in the file index.

Hierarchy

  • CodeModelParams

Index

Properties

cache

cache: CMakeCache

The contents of the CMakeCache.txt, which also provides supplementary configuration information.

Optional clCompilerPath

clCompilerPath: string | null

The path to cl.exe, if necessary. VS generators will need this property because the compiler path is not available via the kit nor cache property.

codeModel

codeModel: CodeModelContent

The CMake Server codemodel message content. This is the important one.

Generated using TypeDoc