1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add VS Code CMake configuration.

This commit is contained in:
Bartosz Taudul
2024-01-02 19:28:48 +01:00
parent b73a0ff54e
commit 96d44cc847
2 changed files with 8 additions and 2 deletions
-2
View File
@@ -35,8 +35,6 @@ vcpkg/*
/vcpkg_installed
.deps/
.dirstamp
.vscode/
/_*/**
/**/__pycache__/**
extra/vswhere.exe
+8
View File
@@ -0,0 +1,8 @@
{
"cmake.configureOnOpen": true,
"cmake.sourceDirectory": [
"${workspaceFolder}",
"${workspaceFolder}/profiler"
],
"cmake.buildDirectory": "${sourceDirectory}/builddir",
}