convert-snippets icon indicating copy to clipboard operation
convert-snippets copied to clipboard

Multiples prefix are not handled

Open adelin-b opened this issue 5 years ago • 1 comments

When trying to convert a snippet

"prefix": ["Hello World", "HW"]

it just throw an error saying something like "split() of prefix is undefined"

In order I think this should be impletment:

  • [x] Quickfix: put a error message
  • [x] Quickfix: pick the first one with a warning
  • [ ] Fix: handling all the prefix

adelin-b avatar Oct 15 '20 18:10 adelin-b

Thank you for reporting :) I totally agree, I published a new version that handles your first 2 points

VincentCordobes avatar Oct 16 '20 07:10 VincentCordobes