mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Move profiler to top of CMake projects list.
Will it make it the default in the extension?
This commit is contained in:
parent
96d44cc847
commit
1c43f6efa7
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
"cmake.sourceDirectory": [
|
"cmake.sourceDirectory": [
|
||||||
|
"${workspaceFolder}/profiler",
|
||||||
"${workspaceFolder}",
|
"${workspaceFolder}",
|
||||||
"${workspaceFolder}/profiler"
|
|
||||||
],
|
],
|
||||||
"cmake.buildDirectory": "${sourceDirectory}/builddir",
|
"cmake.buildDirectory": "${sourceDirectory}/builddir",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user