diff options
| author | David Czihak <git@dcz.at> | 2026-05-07 18:12:39 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-07 18:12:39 +0200 |
| commit | 384a44bd1189119326350996fcdff1cf4394a8cd (patch) | |
| tree | 489490657c3741396a47f8560f38114c5148e638 /extension.json | |
| parent | ae2337094ff86c544b1f8b45dca072a4d57957ab (diff) | |
Feat: Add LLDB log creation setting, improve logs
Diffstat (limited to 'extension.json')
| -rw-r--r-- | extension.json | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/extension.json b/extension.json index f9e76e9..a3302b1 100644 --- a/extension.json +++ b/extension.json | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | ], | 19 | ], |
| 20 | "entitlements": { | 20 | "entitlements": { |
| 21 | "process": true, | 21 | "process": true, |
| 22 | "filesystem": "readonly" | 22 | "filesystem": "readwrite" |
| 23 | }, | 23 | }, |
| 24 | "debugAdapters": { | 24 | "debugAdapters": { |
| 25 | "zig-lldb-dap": { | 25 | "zig-lldb-dap": { |
| @@ -88,6 +88,20 @@ | |||
| 88 | "description": "Log ZLS traffic to the Extension Console while developing the extension." | 88 | "description": "Log ZLS traffic to the Extension Console while developing the extension." |
| 89 | } | 89 | } |
| 90 | ] | 90 | ] |
| 91 | }, | ||
| 92 | { | ||
| 93 | "type": "section", | ||
| 94 | "title": "Debug Adapter", | ||
| 95 | "description": "Controls for the lldb-dap integration.", | ||
| 96 | "children": [ | ||
| 97 | { | ||
| 98 | "key": "at.dcz.nova-zig.debug-adapter.debug", | ||
| 99 | "title": "Enable Proxy Log", | ||
| 100 | "type": "boolean", | ||
| 101 | "default": false, | ||
| 102 | "description": "Write lldb-dap-proxy traffic to a log file in the extension's storage directory. For extension development only." | ||
| 103 | } | ||
| 104 | ] | ||
| 91 | } | 105 | } |
| 92 | ], | 106 | ], |
| 93 | "configWorkspace": [ | 107 | "configWorkspace": [ |
| @@ -143,6 +157,19 @@ | |||
| 143 | "description": "Log ZLS traffic to the Extension Console while developing the extension." | 157 | "description": "Log ZLS traffic to the Extension Console while developing the extension." |
| 144 | } | 158 | } |
| 145 | ] | 159 | ] |
| 160 | }, | ||
| 161 | { | ||
| 162 | "type": "section", | ||
| 163 | "title": "Debug Adapter", | ||
| 164 | "description": "Controls for the lldb-dap integration.", | ||
| 165 | "children": [ | ||
| 166 | { | ||
| 167 | "key": "at.dcz.nova-zig.debug-adapter.debug", | ||
| 168 | "title": "Enable Proxy Log", | ||
| 169 | "type": "boolean", | ||
| 170 | "description": "Write lldb-dap-proxy traffic to a log file in the extension's storage directory. For extension development only." | ||
| 171 | } | ||
| 172 | ] | ||
| 146 | } | 173 | } |
| 147 | ], | 174 | ], |
| 148 | "issueMatchers": { | 175 | "issueMatchers": { |
