The unnecessary tset lint was assuming a single key, but it was triggering for calls with multiple nested keys, causing the quickfix action to drop all elements after the fourth argument, which was assumed to be the value. Now it's been updated to handle nested calls of any depth. |
||
|---|---|---|
| .. | ||
| data/fennel-ls/docsets | ||
| utils | ||
| capabilities.fnl | ||
| check.fnl | ||
| code-action.fnl | ||
| completion.fnl | ||
| diagnostic.fnl | ||
| document-highlight.fnl | ||
| goto-definition.fnl | ||
| hover.fnl | ||
| init.fnl | ||
| json-rpc.fnl | ||
| lint.fnl | ||
| misc.fnl | ||
| references.fnl | ||
| rename.fnl | ||
| settings.fnl | ||
| signature-help.fnl | ||
| string-processing.fnl | ||