You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Everything works fine, except that if I try to accept an auto-complete item, the original word is instead deleted, and the completion throws an error. See below:
The behavior is the same when using other metals executables, such as metals-vscode, metals-client etc.
I could imagine it could be a straight forward fix if you know where to look in the oni code.
The error, Cannot read property 'split' of undefined originates here:
I've installed the Scala metals language server, and configured it like so:
Everything works fine, except that if I try to accept an auto-complete item, the original word is instead deleted, and the completion throws an error. See below:
The behavior is the same when using other
metals
executables, such asmetals-vscode
,metals-client
etc.I could imagine it could be a straight forward fix if you know where to look in the
oni
code.The error,
Cannot read property 'split' of undefined
originates here:oni/browser/src/Services/Snippets/SnippetSession.ts
Lines 71 to 76 in c667874
snippet
is undefined.The text was updated successfully, but these errors were encountered: