29 lines
759 B
JSON
29 lines
759 B
JSON
{
|
|
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "googletest.failed",
|
|
"settings": {
|
|
"foreground": "#f00"
|
|
}
|
|
},
|
|
{
|
|
"scope": "googletest.passed",
|
|
"settings": {
|
|
"foreground": "#0f0"
|
|
}
|
|
},
|
|
{
|
|
"scope": "googletest.run",
|
|
"settings": {
|
|
"foreground": "#0f0"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"gtest-adapter.debugConfig": [
|
|
"(gdb) gtest bug"
|
|
],
|
|
"gtest-adapter.supportLocation": true
|
|
} |