<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/lua/nvim-lsp-installer/servers/vscode-langservers-extracted, branch main</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/lua/nvim-lsp-installer/servers/vscode-langservers-extracted?h=main</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/lua/nvim-lsp-installer/servers/vscode-langservers-extracted?h=main'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/'/>
<updated>2022-07-06T22:39:59Z</updated>
<entry>
<title>mason.nvim</title>
<updated>2022-07-06T22:39:59Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-06T17:41:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=5f634e0c37e723fc0c33e06b4fd5c2180178db40'/>
<id>urn:sha1:5f634e0c37e723fc0c33e06b4fd5c2180178db40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove deprecated modules (#682)</title>
<updated>2022-05-10T10:20:22Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-05-10T10:20:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=f60f53d8c2d304e8e6d335215ea0b781f80599f0'/>
<id>urn:sha1:f60f53d8c2d304e8e6d335215ea0b781f80599f0</id>
<content type='text'>
- https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice
- https://github.com/williamboman/nvim-lsp-installer/discussions/636</content>
</entry>
<entry>
<title>switch majority of installers to async implementation (#574)</title>
<updated>2022-04-05T22:25:50Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-04-05T22:25:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=999476c324b26223aaf409a84497215e18d74499'/>
<id>urn:sha1:999476c324b26223aaf409a84497215e18d74499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>leverage PATH for locating local executables (#283)</title>
<updated>2022-01-02T16:54:56Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-01-02T16:54:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=095ab4eb6a02d5fd3ea4b782a0e868e2c65e4427'/>
<id>urn:sha1:095ab4eb6a02d5fd3ea4b782a0e868e2c65e4427</id>
<content type='text'>
1. This is a breaking change for the following servers, which will have to be
reinstalled:

 - ltex
 - clangd

2. This is a breaking change for users who reach into the default options (for
   example via server:get_default_options()) to access the `cmd` property.
   nvim-lsp-installer no longer provides the `cmd` (except in a few
   instances), but instead provides an amended PATH which allows neovim's LSP
   client to locate the locally installed executable.

   To access the `cmd`, simply access it via lspconfig instead, for example
   like so:

    local default_config = require("lspconfig.server_configurations.rust_analyzer").default_config
    print("I can now access the cmd governed by lspconfig:", default_config.cmd)

3. This is a breaking change for 3rd party use cases that makes use of the
   `executable()` APIs (e.g., `npm.executable(root_dir, "tsserver")`). The
   recommended usage is to instead to use the canonical name of the command
   ("tsserver"), while providing an amended PATH, for example:

    local npm = require("nvim-lsp-installer.installers.npm")
    local server = server.Server:new {
        ...,
        root_dir = root_dir,
        installer = npm.packages { "tsserver" },
        default_options = {
            cmd = { "tsserver" },
            cmd_env = npm.env(root_dir),
        }
    }</content>
</entry>
<entry>
<title>fix type annotation</title>
<updated>2021-11-09T07:10:00Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-11-09T07:10:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=a3d37c1531f21f4c526d636a61520e98b05d93e0'/>
<id>urn:sha1:a3d37c1531f21f4c526d636a61520e98b05d93e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add language aliases to :LspInstall (#232)</title>
<updated>2021-11-06T15:01:31Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-11-06T15:01:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=b5059efeaadecbc96b042d0866e47f2fb3e7dff9'/>
<id>urn:sha1:b5059efeaadecbc96b042d0866e47f2fb3e7dff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Add `--stdio` to the argument of vscode-langservers-extracted (#118)</title>
<updated>2021-10-02T13:15:09Z</updated>
<author>
<name>tamago324</name>
<email>tamago_pad@yahoo.co.jp</email>
</author>
<published>2021-10-02T13:15:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=ada75fbbad96f63fe5cd7ba3e44d5235ddf33ca6'/>
<id>urn:sha1:ada75fbbad96f63fe5cd7ba3e44d5235ddf33ca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimize io (70%+ startup speedups) (#93)</title>
<updated>2021-09-17T14:05:20Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-09-17T14:05:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6'/>
<id>urn:sha1:9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vscode-langservers-extracted: use correct root dir when producing cmd path (#75)</title>
<updated>2021-09-03T10:08:43Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-09-03T10:08:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=6f838abc70fba10d2e77641d132a812dd83a3780'/>
<id>urn:sha1:6f838abc70fba10d2e77641d132a812dd83a3780</id>
<content type='text'>
Resolves #74.</content>
</entry>
<entry>
<title>add g:lsp_installer_allow_federated_servers flag (#67)</title>
<updated>2021-08-26T15:01:44Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-08-26T15:01:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=f989567a9a9ea0f46e502f2d2271604b1cb89f4c'/>
<id>urn:sha1:f989567a9a9ea0f46e502f2d2271604b1cb89f4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stylua</title>
<updated>2021-08-14T22:47:15Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-08-14T21:19:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=d8f4f30463fcfc4b8b60811dbe195aba86917966'/>
<id>urn:sha1:d8f4f30463fcfc4b8b60811dbe195aba86917966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use vscode-langservers-extracted package (#47)</title>
<updated>2021-08-10T23:28:54Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-08-10T23:28:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=6a2541c7d868de0e2850da7ab04e51d35de2723c'/>
<id>urn:sha1:6a2541c7d868de0e2850da7ab04e51d35de2723c</id>
<content type='text'>
Closes #46.</content>
</entry>
</feed>
