mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
1c43f6efa7
Will it make it the default in the extension?
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.sourceDirectory": [
|
|
"${workspaceFolder}/profiler",
|
|
"${workspaceFolder}",
|
|
],
|
|
"cmake.buildDirectory": "${sourceDirectory}/builddir",
|
|
}
|