Skip to content

Conversation

@notpeter
Copy link

@notpeter notpeter commented Jul 23, 2025

Test:

  • macOS Arm
  • macOS Intel
  • Linux
  • Windows

Todo:

  • Document how to provide settings
  • Snippets completions
    • "Insert Comment" and "Insert CDATA" work, but show "Error: resolving completion" afterwards
    • Autocompletion list shows this snippets at the top

Screenshot:
Screenshot 2025-07-23 at 16 45 35

(zed::Os::Mac, zed::Architecture::X8664) => "osx-x86_64",
(zed::Os::Linux, zed::Architecture::X8664) => "linux",
(zed::Os::Linux, zed::Architecture::Aarch64) => {
return Err("unsupported platform: Linux aarch64.\nSee https://github.com/redhat-developer/vscode-xml/issues/930".into())
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be updated as they are now supported.

@kczx3
Copy link

kczx3 commented Jan 20, 2026

Curious what is outstanding on this keeping it from being merged. This would be a welcome addition for me in Zed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lemminx lsp

2 participants