Vincent Zhang

Results 283 comments of Vincent Zhang

There is no output in my env as well. I think it can be started from `lsp-mode`, right? Then this can be closed.

Can you share your configurations of `lsp-python-ms` and `lsp-mode`? Does the server crash actually? If so, you may need to inquiry to server maintainers.

Since I am not using `spacemacs`, I tried to reproduce with Vanilla Emacs on macOS and Ubuntu, but no issue there.

@dangom Currently the configuration is simple as below. ```elisp (use-package lsp-python-ms :ensure t :demand :hook (python-mode . lsp)) ``` >What I notice, though, is that the server now starts but...

Please provide more details including OS version, Emacs version, package version, steps. And please use vanilla Emacs, then set `lsp-print-io` to `t` and provide the logs here.

I guess there are huge files/folders in the current folder. See FAQ.

Unfortunately I couldn't reproduce this issue in my env.

It seems the configs for python is incorrect in your env. Did you try it with `pipenv` package? If you are using macOS, you need `exec-path-from-shell`. The simple way to...

Sorry, I am not using spacemacs, and cannot help on the env issue for it.

I have a testing env and 25.2.2 is installed by default. I notice `magit-todos` supports 25.1+. Regarding such compatibility issues, I suggest to use `dash`, or defalias like this. ```...