From 384a44bd1189119326350996fcdff1cf4394a8cd Mon Sep 17 00:00:00 2001 From: David Czihak Date: Thu, 7 May 2026 18:12:39 +0200 Subject: Feat: Add LLDB log creation setting, improve logs --- extension.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'extension.json') diff --git a/extension.json b/extension.json index f9e76e9..a3302b1 100644 --- a/extension.json +++ b/extension.json @@ -19,7 +19,7 @@ ], "entitlements": { "process": true, - "filesystem": "readonly" + "filesystem": "readwrite" }, "debugAdapters": { "zig-lldb-dap": { @@ -88,6 +88,20 @@ "description": "Log ZLS traffic to the Extension Console while developing the extension." } ] + }, + { + "type": "section", + "title": "Debug Adapter", + "description": "Controls for the lldb-dap integration.", + "children": [ + { + "key": "at.dcz.nova-zig.debug-adapter.debug", + "title": "Enable Proxy Log", + "type": "boolean", + "default": false, + "description": "Write lldb-dap-proxy traffic to a log file in the extension's storage directory. For extension development only." + } + ] } ], "configWorkspace": [ @@ -143,6 +157,19 @@ "description": "Log ZLS traffic to the Extension Console while developing the extension." } ] + }, + { + "type": "section", + "title": "Debug Adapter", + "description": "Controls for the lldb-dap integration.", + "children": [ + { + "key": "at.dcz.nova-zig.debug-adapter.debug", + "title": "Enable Proxy Log", + "type": "boolean", + "description": "Write lldb-dap-proxy traffic to a log file in the extension's storage directory. For extension development only." + } + ] } ], "issueMatchers": { -- cgit v1.3