diff options
Diffstat (limited to 'extension.json')
| -rw-r--r-- | extension.json | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/extension.json b/extension.json index f9e76e9..656a218 100644 --- a/extension.json +++ b/extension.json | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | "name": "Zig", | 3 | "name": "Zig", |
| 4 | "organization": "David Czihak", | 4 | "organization": "David Czihak", |
| 5 | "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", | 5 | "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", |
| 6 | "version": "0.1.7", | 6 | "version": "0.1.8", |
| 7 | "license": "BSD 2-Clause License", | 7 | "license": "BSD 2-Clause License", |
| 8 | "categories": ["languages", "completions", "formatters", "tasks", "issues"], | 8 | "categories": ["languages", "completions", "formatters", "tasks", "issues"], |
| 9 | "keywords": ["zig", "zon", "zls"], | 9 | "keywords": ["zig", "zon", "zls"], |
| @@ -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": { |
