Files
zig-squashfs/.zed/settings.json
Caleb Gardner eb1b940854 (Mostly) Finished extraction (currently infinitely hanging)
Added DataExtract
Added LookupTable
2026-05-27 19:17:17 -05:00

19 lines
453 B
JSON

// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"lsp": {
"zls": {
"initialization_options": {
"usePlaceholders": false,
},
"settings": {
"build_on_save": true,
"use_placeholders": false,
"build_on_save_args": ["-fincremental", "-Dallow_lzo=true"],
},
},
},
}