Skip to content
#

language-server-protocol

Here are 314 public repositories matching this topic...

theia
JonasHelming
JonasHelming commented Jan 5, 2022

This bug is blocked for the Hackathon, please do not fix

Bug Description:

.theia-breadcrumbs defines two properties "margin", the first one does not have any effect and should be removed (see https://github.com/eclipse-theia/theia/blob/2352920342db3322907f392c3d480b6d11fbe44c/packages/core/src/browser/style/breadcrumbs.css#L31-L35)

Steps to Reproduce:

  1. Adapt the first margi
beginners good first issue hackathon
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
uyar
uyar commented May 24, 2019

Environment data

VS Code version: 1.34.0
Extension version (available under the Extensions sidebar): 2019.4.12954
OS and version: Ubuntu 19.04
Python version (& distribution if applicable, e.g. Anaconda): 3.6
Type of virtual environment used: virtualenv

Problem

The type hints in the stub file for the current module aren't used for autocompletion.

I have a foo.pyi file as

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 Feb 17, 2022

Context

Folding is the ability to show/hide (collapse/uncollapse) regions of code. Many editors offer to the user the ability to fold and unfold regions at a specific level and/or recursively, using either a mouse or a keyboard shortcut. Folding can simplify reading complex code by allowing the user to focus on the significant

sucrecacao
sucrecacao commented Dec 22, 2020

If I run

printf 
session   = "1234"
client    = "client0"
buffile   = "foo.py"
filetype  = "python"
version   = 1
method    = "textDocument/definition"
[params.position]
line      = 5
column    = 1 | kak-lsp -s 1234 --request

It automatically trigger an action ( jump to definition in this example ) in the kakoune client

How can I just get the string of the action to perfor

enhancement good first issue

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