We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given the following properties file:
hjkl = 1234 asdf = ${|}
|
${hjkl}
EXPECTED: asdf = ${hjkl|}
asdf = ${hjkl|}
ACTUAL: asdf = | (content is deleted)
asdf = |
The text was updated successfully, but these errors were encountered:
That's weird. it seems to be caused by property keys without a .. I wonder if it's a regression caused by eclipse-lsp4mp/lsp4mp#433
.
Sorry, something went wrong.
angelozerr
No branches or pull requests
Given the following properties file:
|
${hjkl}
suggestionEXPECTED:
asdf = ${hjkl|}
ACTUAL:
asdf = |
(content is deleted)The text was updated successfully, but these errors were encountered: