The Wayback Machine - https://web.archive.org/web/20210809021403/https://github.com/topics/lsp
Skip to content
#

lsp

Here are 310 public repositories matching this topic...

radeksimko
radeksimko commented Jul 22, 2020

Current Version

0.5.3

Use-cases

Currently we only expose rootModulePaths in "LSP native" configuration:

https://github.com/hashicorp/terraform-ls/blob/a1ff20f9f5378eaf2b224f84c8bc05b2028da18f/internal/settings/settings.go#L11-L13

Some runtime settings which we don't strictly need to know before the server is actually initialized is still exposed via CLI flags onl

erlang_ls
QuinnFreedman
QuinnFreedman commented Sep 17, 2020

Often, something goes wrong in my setup of kak-lsp (a language server is installed incorrectly, the command I specified for that LSP is wrong, the plugin just isn't enabled for the window, I forgot to start the LSP, my kak-lsp.toml is invalid or in the wrong place, my code project is setup wrong, etc., etc.) When this happens there are two problems that make it more difficult to solve:

  1. **T
Strepto
Strepto commented Nov 8, 2020

Expected Behavior

I would like to be warned that an "in port" would be stripped if no subscription is implemented.

Current Behavior

port module Main exposing (..)

-- Define an inPort (but no implementation yet)
port inPort : (String -> msg) -> Sub msg

subscriptions : Model -> Sub Msg
subscriptions _ =
    Sub.none -- inPort is never subscribed to

Current

Improve this page

Add a description, image, and links to the lsp 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 lsp topic, visit your repo's landing page and select "manage topics."

Learn more