You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving the cursor between <tag> and </tag> and typing return it does not increment indentation nor add a new line for content, it just keeps previous indentation:
to VSCode settings (also tried to add some of these separately)
Checked the output for XML Support:
[Info - 10:44:00 AM] gen 28, 2025 10:44:00 org.eclipse.lemminx.XMLLanguageServer initialize()
Message: Initializing XML Language server
LemMinX Server info:
- Version : 0.29.0
- Java : C:\Program Files\Java\jre1.8.0_431
- VM Version : 1.8.0_431
- Git acacf75 - [maven-release-plugin] prepare release 0.29.0
Disabled other extensions
Reinstalled VSCode
Toggled developer tools, and the Console displays this error:
console.ts:137 [Extension Host] [relatedFiles] unknown language xml
EYi @ console.ts:137
Forced language association both manually (Change language mode in Command Palette) and with
"files.associations": {
"*.xml": "xml"
}
even if it always showed "XML" on the status bar, even without manual association.
The text was updated successfully, but these errors were encountered:
Problem: auto indentation doesn't work.
With a file like this, named "prova.xml":
Moving the cursor between
<tag>
and</tag>
and typing return it does not increment indentation nor add a new line for content, it just keeps previous indentation:even if I have
"editor.autoIndent": "full"
in settings.Version:
VS Code:
XML:
What I tried:
"editor.autoIndent": "full"
is not overridden for xml, or by workspace settingsto VSCode settings (also tried to add some of these separately)
Disabled other extensions
Reinstalled VSCode
Toggled developer tools, and the Console displays this error:
even if it always showed "XML" on the status bar, even without manual association.
The text was updated successfully, but these errors were encountered: