2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Add LLDB summary for Vector.

This commit is contained in:
Bartosz Taudul
2024-05-06 22:36:56 +02:00
parent 11eee619fb
commit 4b14d961f0
2 changed files with 12 additions and 0 deletions

View File

@@ -16,4 +16,5 @@
"variant": { "statusBarVisibility": "compact" }
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"lldb.launch.initCommands": ["command script import ${workspaceRoot}/extra/natvis.py"],
}