Re-set & re-write of several things
Implemented new decompression cache to prevent decompressing the same block multiple times
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// 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",
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user