Closed ayame113 closed 3 years ago
Thank you for review. Added a test. However, I'm new to writing tests so I don't know if this is correct ...
Looks great! :100: Thanks for the PR!
:tada: This PR is included in version 1.8.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thank you!
Currently, Snippets without
insertText
are not completed (empty strings are inserted). According to the lspCompletionItem
spec, Implementation should fall back tolabel
. This pull request fixes it.