Results 884 comments of Ivan Yonchovski

``` yyoncho@myoncho /tmp/echo % curl https://nim-lang.org/choosenim/init.sh -sSf | NIMBLE_DIR=. sh -x + set -u + set -e + url_prefix=https://github.com/dom96/choosenim/releases/download/ + temp_prefix=/tmp + CHOOSE_VERSION=stable + need_tty=yes + debug= + getopts dy...

The following is good enough to make it work for unix(if someone has the windows equivalent at hand I can provide a PR). https://github.com/yyoncho/choosenim/commit/efd86e68fb5a0911182e62d9e2cb989bc1b9e422

@JoeyEremondi JFYI you can use https://github.com/emacs-lsp/lsp-gitpod

@kiennq - seems like it is a regression?

@condy0919 are you reproducing the issue with `M-x lsp-start-plain`?

I cannot think of a reason for that to happen. Is there anyone actually managing to reproduce it with M-x lsp-start-plain? FWIW We can rewrite the code in lsp-terraform.el to...

There are a few other places to touch. Please follow this PR as an example: https://github.com/emacs-lsp/lsp-mode/pull/4283/files

Can you confirm that this patch works with older org versions? If yes, are you willing to provide a PR?

The way the completion item is inserted is not a subject of interpretation of the client but it is specified by the server. The client's job is just to apply...