Add LLVM option to Sciter and then give up

This commit is contained in:
2026-01-08 22:59:00 +01:00
parent 99f8ae059c
commit 9fb8ec9454
5 changed files with 34 additions and 3 deletions

6
packages/sciter/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "always",
"lldb.dereferencePointers": true,
"lldb.consoleMode": "commands"
}