The Wayback Machine - https://web.archive.org/web/20220615102117/https://github.com/topics/language-server-protocol
Skip to content
#

language-server-protocol

Here are 329 public repositories matching this topic...

Anrock
Anrock commented Aug 14, 2018

Is your feature request related to a problem? Please describe.

Every time i run PlugUpdate on Windows it fails to replace bin/languageclient file. The reason is that on Windows it's impossible to overwrite binary if it's launched because file is busy.

Describe the solution you'd like

Some command to kill languageclient binary, so i can change my after update script to first kill lan

jupyterlab-lsp
fwcd
fwcd commented Apr 12, 2022

Add a test workspace with a Maven project (similar to the Gradle project in server/src/test/resources/additionalWorkspace) and a test case in ClassPathTest to make sure that we don't regress on anything regarding dependency resolution in Maven projects.

enhancement good first issue dependency resolution maven
justinmorrow
justinmorrow commented Aug 13, 2020

Refiled from an old issue at JakeBecker/elixir-ls#120 (by @crbelaus)

The simplest suggestion I saw was simply adding a config option to disable automatic builds. See comment from @toranb for a potential spot to put the config check.

Related ideas for helping similar issues:

  1. Add support
enhancement help wanted good first issue
ghost
ghost commented Jun 8, 2021

Test case

typedef dv_base_env_cov #(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;

Actual output

typedef dv_base_env_cov#(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;

Expected or suggested output (original formatting)

typedef dv_base_env_cov #(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;

Verible version:

good first issue formatter opentitan
erlang_ls
robertoaloi
robertoaloi commented Jun 13, 2022

Context

One of the core features provided by Erlang LS is code navigation, which allows the user to jump from the current location to the corresponding definition. This mechanism works for functions, macros, records and more. The way code navigation works is by means of a database of points of interest which Erlang LS keeps in memory for each project. When accessing a project for the fir

Improve this page

Add a description, image, and links to the language-server-protocol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language-server-protocol topic, visit your repo's landing page and select "manage topics."

Learn more