tracy/.vscode/settings.json
Bartosz Taudul 1c43f6efa7
Move profiler to top of CMake projects list.
Will it make it the default in the extension?
2024-03-21 23:04:37 +01:00

9 lines
205 B
JSON

{
"cmake.configureOnOpen": true,
"cmake.sourceDirectory": [
"${workspaceFolder}/profiler",
"${workspaceFolder}",
],
"cmake.buildDirectory": "${sourceDirectory}/builddir",
}