ba2f069a4a
Finished MetadataReader Finished DirEntry Started work on File Added most important things to Inode Fixed test.zig Fixed some build issues causing SEGV
24 lines
507 B
JSON
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",
|
|
],
|
|
},
|
|
},
|
|
},
|
|
}
|