7c4089f826
Implemented new decompression cache to prevent decompressing the same block multiple times
23 lines
491 B
JSON
23 lines
491 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",
|
|
],
|
|
},
|
|
},
|
|
},
|
|
}
|