mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.sourceDirectory": [
|
|
"${workspaceFolder}/profiler",
|
|
"${workspaceFolder}",
|
|
],
|
|
"cmake.buildDirectory": "${sourceDirectory}/builddir",
|
|
}
|