Replies: 1 comment
-
vscode-xml-maven is just a POC and it hosts an old version of lemminx-extension. Today if you wish to test lemminx maven, you need to download the lemminx maven uber JAR. I create an issue for that at eclipse-lemminx/lemminx-maven#430 But we hope that vscode-maven will embed lemminx maven, see microsoft/vscode-maven#47 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to see that the extension was loaded? I installed vscode-xml and vscode-xml-maven
running JSP.exe I can see
22548 org.eclipse.lemminx.XMLServerLauncher -DwatchParentProcess=false -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\devxw\AppData\Roaming\Code - Insiders\User\globalStorage\redhat.vscode-xml -Xmx64M
When opening an empty pom.xml, I get no extra completion items than what is default. I would have expected to see the completion item "minimal pom content" from createMinimalPOMCompletionSnippet in lemminx-maven extension code.
Beta Was this translation helpful? Give feedback.
All reactions