Files
zig-squashfs/.zed/settings.json
T
Caleb Gardner ba2f069a4a More work on re-implementing everything
Finished MetadataReader
Finished DirEntry
Started work on File
Added most important things to Inode
Fixed test.zig
Fixed some build issues causing SEGV
2026-05-27 11:59:47 -05:00

24 lines
507 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",
"-Ddebug=true",
"test",
],
},
},
},
}