Ivan Yonchovski
Ivan Yonchovski
Will do. Using these images for local development makes sense. FTR you can refer to https://github.com/emacs-lsp/lsp-gitpod/blob/master/docker/default/.bashrc-ex#L10
I believe it is caused most likely by the fact that I havent pushed that particular version of the base image in dockerhub. I suggest you try with `yyoncho/gitpod-default:1.1.3` https://github.com/emacs-lsp/lsp-gitpod/blob/master/.gitpod.Dockerfile
Refer to that - https://github.com/Silex/docker-emacs#gui Note that the emacs path on this docker container is `~/emacs/src/emacs`
1. Back then when I implemented this I reached them in their GH and even had a video call with their tech lead(?) but the support for emacs was not...
@aahutsal for C-n issue you may try Nyxt browser with application-mode enabled
Sure. Can you help by providing a Dockerfile which natively compiles it? You can use https://github.com/emacs-lsp/lsp-gitpod/tree/master/docker/spacemacs or doom as a base.
You may set lsp-print-io to t and check what the server has returned. My guess is that the service layer is unable to connect to your mssql instance. Use lsp-workspace-show-log...
Agree. We can pin to the latest version.
Yes... That should be migrated. I already fixed that issue in lsp-treemacs.
I think it is caused by the fact that we don't propagate the emacs env. Which ATM is kind of expected with the code as it is.