Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property expression completions delete content #180

Open
datho7561 opened this issue Feb 1, 2024 · 1 comment
Open

Property expression completions delete content #180

datho7561 opened this issue Feb 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@datho7561
Copy link
Contributor

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)

@datho7561 datho7561 added the bug Something isn't working label Feb 1, 2024
@fbricon
Copy link
Collaborator

fbricon commented Feb 2, 2024

That's weird. it seems to be caused by property keys without a .. I wonder if it's a regression caused by eclipse/lsp4mp#433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants