mattn / mattn/vim-lsp-settings

Error arises from LspInstallServer in *.ml

Open
#333 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
1.4k
Forks
245
Avg merge
3m
Merged PRs (30d)
1

Description

If I command LspInstallServer, "rm: cannot remove 'lsp/test': No such file or directory" happens.
'lsp/test' has been already deleted in 'ocaml/ocaml-lsp'.
So this command is not needed.
line 11 in file : vim-lsp-settings/installer/install-ocaml-lsp.sh

rm -r lsp/test

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open vim-lsp-settings/installer/install-ocaml-lsp.sh and inspect line 11 in the LspInstallServer installation flow. Confirm that ocaml/ocaml-lsp no longer contains lsp/test, then remove the obsolete cleanup command and verify that LspInstallServer completes without the missing-path error.

Written by the indexing model from the issue text.

Assessment

Tech stack
ocaml, shell, vim
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.