You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
F4KXL_DStarGateway/.vscode/settings.json

38 lines
975 B

{
"makefile.launchConfigurations": [
{
"cwd": "/home/geoffrey/Documents/Dev/DStarGateway",
"binaryPath": "/home/geoffrey/Documents/Dev/DStarGateway/dstargateway",
"binaryArgs": []
}
],
"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"
}
}
]
},
"gtest-adapter.debugConfig": [
"Tests"
],
"gtest-adapter.supportLocation": true
}

Powered by TurnKey Linux.