Skip to content

Commit c056b49

Browse files
author
stephenhensley
committed
update library commit references to latest.
1 parent c3ae6c3 commit c056b49

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.vscode/settings.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,28 @@
6767
"thread": "cpp",
6868
"cinttypes": "cpp",
6969
"typeinfo": "cpp"
70+
},
71+
"editor.tokenColorCustomizations": {
72+
"textMateRules": [
73+
{
74+
"scope": "googletest.failed",
75+
"settings": {
76+
"foreground": "#f00"
77+
}
78+
},
79+
{
80+
"scope": "googletest.passed",
81+
"settings": {
82+
"foreground": "#0f0"
83+
}
84+
},
85+
{
86+
"scope": "googletest.run",
87+
"settings": {
88+
"foreground": "#0f0"
89+
}
90+
}
91+
]
7092
}
7193

7294
}

0 commit comments

Comments
 (0)