add google test settings

pull/32/head
Geoffrey Merck 4 years ago
parent eaf116aa77
commit d4642d9274

@ -8,5 +8,27 @@
],
"files.associations": {
"new": "cpp"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "googletest.failed",
"settings": {
"foreground": "#f00"
}
},
{
"scope": "googletest.passed",
"settings": {
"foreground": "#0f0"
}
},
{
"scope": "googletest.run",
"settings": {
"foreground": "#0f0"
}
}
]
}
}
Loading…
Cancel
Save

Powered by TurnKey Linux.