diff options
| author | Aboobacker MK <aboobackervyd@gmail.com> | 2026-06-08 22:08:40 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 12:38:40 -0400 |
| commit | 04834420f97043ddd7d516dee514e6ea278294ae (patch) | |
| tree | fdf94aa39fd69a14da72824935d809e7424c0e4e | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.tar nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.tar.gz nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.tar.bz2 nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.tar.lz nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.tar.xz nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.tar.zst nvim-lspconfig-04834420f97043ddd7d516dee514e6ea278294ae.zip | |
fix(gitlab_duo): update npm registry command for GitLab LSP #4449
Make registry path more specific to the main package to make npx command more reliable
Upstream issue: https://gitlab.com/gitlab-org/editor-extensions/gitlab-lsp/-/work_items/2371
| -rw-r--r-- | lsp/gitlab_duo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/gitlab_duo.lua b/lsp/gitlab_duo.lua index cdba7b53..89b10fe0 100644 --- a/lsp/gitlab_duo.lua +++ b/lsp/gitlab_duo.lua @@ -315,7 +315,7 @@ end return { cmd = { 'npx', - '--registry=https://gitlab.com/api/v4/packages/npm/', + '--@gitlab-org:registry=https://gitlab.com/api/v4/packages/npm/', '@gitlab-org/gitlab-lsp', '--stdio', }, |
