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

128 lines
3.3 KiB

{
"makefile.launchConfigurations": [
{
"cwd": "/home/geoffrey/Documents/Dev/DStarGateway",
"binaryPath": "/home/geoffrey/Documents/Dev/DStarGateway/dstargateway",
"binaryArgs": []
}
],
"files.associations": {
"new": "cpp",
"type_traits": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"deque": "cpp",
"list": "cpp",
"vector": "cpp",
"optional": "cpp",
"stop_token": "cpp",
"any": "cpp",
"bitset": "cpp",
"memory": "cpp",
"random": "cpp",
"future": "cpp",
"memory_resource": "cpp",
"ranges": "cpp",
"mutex": "cpp",
"condition_variable": "cpp",
"forward_list": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"algorithm": "cpp",
"cctype": "cpp",
"cstddef": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"atomic": "cpp",
"bit": "cpp",
"compare": "cpp",
"cstdint": "cpp",
"exception": "cpp",
"functional": "cpp",
"iterator": "cpp",
"string_view": "cpp",
"tuple": "cpp",
"utility": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"limits": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"typeinfo": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"complex": "cpp",
"concepts": "cpp",
"cstdio": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwctype": "cpp",
"istream": "cpp",
"numbers": "cpp",
"ratio": "cpp",
"semaphore": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"thread": "cpp",
"typeindex": "cpp",
"variant": "cpp",
"iostream": "cpp",
"fstream": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"strstream": "cpp",
"codecvt": "cpp",
"numeric": "cpp",
"regex": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"charconv": "cpp",
"source_location": "cpp",
"format": "cpp",
"shared_mutex": "cpp",
"span": "cpp",
"text_encoding": "cpp"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/*.d": true,
"**/*.o": true,
"**/CVS": true,
"**/Thumbs.db": true
},
"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.