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
While debugging AutocompleteFeaturesInEditorTest I found that jdt.ls no longer creates edits to insert "getBytes()", but only "getBytes".
I tracked this down to the fact that we no longer announce support for snippets in completion (in ClientCapabilities).
The text was updated successfully, but these errors were encountered:
While debugging AutocompleteFeaturesInEditorTest I found that jdt.ls no longer creates edits to insert "getBytes()", but only "getBytes".
I tracked this down to the fact that we no longer announce support for snippets in completion (in ClientCapabilities).
The text was updated successfully, but these errors were encountered: