-
Notifications
You must be signed in to change notification settings - Fork 9
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
SVT:Adding feature to server.xml to the end of the feature sequence sometimes removes some chars #405
Comments
Is this the same as #470 ? |
Just noticing that in the screenshot and in my recreates in #470, the feature which this happened to was always the last one in the list, the one right before the I have a vague sense that the Lemminx self-closing feature is somehow wrongly getting activated here. E.g. see the video recording here: eclipse-lemminx/lemminx#354 . Not sure it really helps all that much to note this even, but it's something I guess. I don't think Lemminx has enough logging to turn on trace... e.g. if I look at I suppose enabling JDK trace like OpenJ9 Xtrace could be an option ... possibly for that class or the |
Noticing too there is an extra closing bracket char '>' before the last feature. I wonder if that's relevant. I know, in the dup #470 issue it isn't there in the screenshot.. but perhaps that was removed before the screenshot was taken? IDK, maybe some fast typing and slow response gets the editor in some inconsistent syntax state, leading to this issue. |
While testing using ACME ee10 app - for TER https://github.ibm.com/websphere/system-test/issues/765
ran into this issues when adding features to the server.xml
When I click on
<fe
Ctrl+space, feature completion makes itWhen I do
app
Ctrl+space, it shows diff options, including appAuthentication-2.0When I select that feature, it adds it, but also removes the
</
from the front of the feature.Here's a screenshot.
The text was updated successfully, but these errors were encountered: