File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 293293 }
294294 ]
295295 },
296+ "cpp" : {
297+ "description" : " Configuration for Qodana for C/C++" ,
298+ "type" : " object" ,
299+ "properties" : {
300+ "cmakePreset" : {
301+ "description" : " Name of a specific CMake preset to use during analysis" ,
302+ "type" : " string" ,
303+ "minLength" : 1
304+ }
305+ },
306+ "additionalProperties" : false
307+ },
296308 "licenseOverride" : {
297309 "type" : " object" ,
298310 "description" : " Specifies the license of a dependency or project " ,
508520 "$ref" : " #/definitions/dotnet" ,
509521 "description" : " The configuration for .NET solutions and projects"
510522 },
523+ "cpp" : {
524+ "$ref" : " #/definitions/cpp" ,
525+ "description" : " Configuration for Qodana for C/C++"
526+ },
511527 "projectJDK" : {
512528 "description" : " The JDK to use for the project" ,
513529 "type" : " string"
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=../../schemas/json/qodana-1.0.json
2+ version : ' 1.0'
3+ cpp :
4+ cmakePreset : my-preset
You can’t perform that action at this time.
0 commit comments