mirror of
https://github.com/ossrs/srs.git
synced 2025-11-23 19:34:05 +08:00
29 lines
898 B
JSON
29 lines
898 B
JSON
{
|
|
"cmake.sourceDirectory": "${workspaceFolder}/trunk/ide/srs_clion",
|
|
"cmake.buildDirectory": "${workspaceFolder}/trunk/ide/vscode-build",
|
|
"cmake.configureOnOpen": false,
|
|
"cmake.ctest.testExplorerIntegrationEnabled": false,
|
|
"testMate.cpp.test.advancedExecutables": [
|
|
"{build,Build,BUILD,out,Out,OUT}/**/*{test,Test,TEST}*",
|
|
"${workspaceFolder}/trunk/ide/vscode-build/**/*{utest,test,Test,TEST}*"
|
|
],
|
|
"files.associations": {
|
|
"vector": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"__tree": "cpp",
|
|
"array": "cpp",
|
|
"bitset": "cpp",
|
|
"deque": "cpp",
|
|
"initializer_list": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"queue": "cpp",
|
|
"set": "cpp",
|
|
"stack": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"unordered_map": "cpp"
|
|
}
|
|
}
|