1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Move profiler to top of CMake projects list.

Will it make it the default in the extension?
This commit is contained in:
Bartosz Taudul 2024-03-16 13:10:00 +01:00
parent 96d44cc847
commit 1c43f6efa7
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1,8 +1,8 @@
{
"cmake.configureOnOpen": true,
"cmake.sourceDirectory": [
"${workspaceFolder}/profiler",
"${workspaceFolder}",
"${workspaceFolder}/profiler"
],
"cmake.buildDirectory": "${sourceDirectory}/builddir",
}