Switch to RustLS (#2169)

* Switch to RustLS

* Revert scroll change causing autoscroll to break

* App build remove
This commit is contained in:
Geometrically
2024-08-17 13:37:45 -07:00
committed by GitHub
parent 910e219c0e
commit c84e2e0537
9 changed files with 307 additions and 776 deletions

View File

@@ -40,11 +40,11 @@ const handleSearchContent = async () => {
:options="[
{
id: 'search',
action: () => handleSearchContent,
action: handleSearchContent,
},
{
id: 'from_file',
action: () => handleAddContentFromFile,
action: handleAddContentFromFile,
},
]"
class="btn btn-primary btn-dropdown-animation icon-only"