This makes use of the language server here: https://github.com/redhat-developer/vscode-xml
feat: add XML language server lemminx #121
theDoctor/gram:feat/add-xml-language-server into main cb5b44bcad
to 02721f4e78
@ -0,0 +77,4 @@
other=>returnErr(anyhow!("unsupported architecture: {}",other)),
};
ifSelf::OS_NAME!="osx"&&arch!="x86_64"{
Looking at the repository it looks like there are binaries for Linux and Windows available too (guessing that they are x86_64 only), so maybe this check should only be for arch and not OS_NAME?
The language server binary is not provided for aarch64 architectures on Linux or Windows. To account for this, the check is meant to raise an error, if an OS that isn't macOS with an architecture that isn't x86_64 tries to get the binary.
If checking only for arch, that would result in a false positive on macOS-aarch64.
I updated the error message to make this more clear.
02721f4e78
to 06a8e0bb3c
06a8e0bb3c
to 3d0a67f9d7
028f7cd108
to f0e985260d
Right, now I got it. Thank you!
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?