I just switched to lsp-pyright using spacemacs develop branch, but emacs will hang there if open an python file.
below is the result of profile-report, it seems to me this is related with lsp--all-watchable-directories, any idea where is wrong?
I solved this issue by remove some 3rd part library root from workspace by command treemacs-edit-workspaces, maybe it is due to these library all too large.
I just switched to lsp-pyright using spacemacs develop branch, but emacs will hang there if open an python file. below is the result of profile-report, it seems to me this is related with
lsp--all-watchable-directories
, any idea where is wrong?I solved this issue by remove some 3rd part library root from workspace by command
treemacs-edit-workspaces
, maybe it is due to these library all too large.