redhat-developer / vscode-microprofile

Microprofile tools for Visual Studio Code
Apache License 2.0
18 stars 14 forks source link

Property expression completions delete content #180

Open datho7561 opened 10 months ago

datho7561 commented 10 months ago

Given the following properties file:

hjkl = 1234
asdf = ${|}
  1. Open completion at |
  2. Accept the ${hjkl} suggestion

EXPECTED: asdf = ${hjkl|}

ACTUAL: asdf = | (content is deleted)

fbricon commented 10 months ago

That's weird. it seems to be caused by property keys without a .. I wonder if it's a regression caused by https://github.com/eclipse/lsp4mp/pull/433