diff options
| author | github-actions <github-actions@github.com> | 2022-07-29 02:13:51 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-07-29 02:13:51 +0000 |
| commit | 60f2993b9661d9844cee3bebdbd1b5860577eb3c (patch) | |
| tree | 2a67dd21aeffc39886d25e2e206f276e3200e456 /doc | |
| parent | fix(lemminx): update download location #2038 (diff) | |
| download | nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.tar nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.tar.gz nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.tar.bz2 nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.tar.lz nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.tar.xz nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.tar.zst nvim-lspconfig-60f2993b9661d9844cee3bebdbd1b5860577eb3c.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 76f0c146..28fe82c7 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3321,9 +3321,9 @@ require'lspconfig'.lelwel_ls.setup{} https://github.com/eclipse/lemminx -The easiest way to install the server is to get a binary at https://download.jboss.org/jbosstools/vscode/stable/lemminx-binary/ and place it in your PATH. +The easiest way to install the server is to get a binary from https://github.com/redhat-developer/vscode-xml/releases and place it on your PATH. -NOTE to macOS users: Binaries from unidentified developers are blocked by default. If you trust the downloaded binary from jboss.org, run it once, cancel the prompt, then remove the binary from Gatekeeper quarantine with `xattr -d com.apple.quarantine lemminx`. It should now run without being blocked. +NOTE to macOS users: Binaries from unidentified developers are blocked by default. If you trust the downloaded binary, run it once, cancel the prompt, then remove the binary from Gatekeeper quarantine with `xattr -d com.apple.quarantine lemminx`. It should now run without being blocked. diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 76f0c146..28fe82c7 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3321,9 +3321,9 @@ require'lspconfig'.lelwel_ls.setup{} https://github.com/eclipse/lemminx -The easiest way to install the server is to get a binary at https://download.jboss.org/jbosstools/vscode/stable/lemminx-binary/ and place it in your PATH. +The easiest way to install the server is to get a binary from https://github.com/redhat-developer/vscode-xml/releases and place it on your PATH. -NOTE to macOS users: Binaries from unidentified developers are blocked by default. If you trust the downloaded binary from jboss.org, run it once, cancel the prompt, then remove the binary from Gatekeeper quarantine with `xattr -d com.apple.quarantine lemminx`. It should now run without being blocked. +NOTE to macOS users: Binaries from unidentified developers are blocked by default. If you trust the downloaded binary, run it once, cancel the prompt, then remove the binary from Gatekeeper quarantine with `xattr -d com.apple.quarantine lemminx`. It should now run without being blocked. |
