DSCAnalysisTool/.vscode/settings.json

26 lines
660 B
JSON
Raw Normal View History

2025-12-11 08:15:36 +00:00
{
"cmake.sourceDirectory": "D:/gitfile/analysis_tool/src",
"files.associations": {
"new": "cpp",
"__locale": "cpp",
"ios": "cpp",
"queue": "cpp",
"stack": "cpp",
"__config": "cpp",
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp"
}
}