Procedure
-
Open a terminal in the container named
vscode-xml-<xxx>. -
Run
ps aux | grep javato verify that the XML language server has started. The output should be:java ***/org.eclipse.ls4xml-uber.jar`
If not, see Checking important logs.
Open a terminal in the container named vscode-xml-<xxx>.
Run ps aux | grep java to verify that the XML language server has started. The output should be:
java ***/org.eclipse.ls4xml-uber.jar`
If not, see Checking important logs.