emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
290 stars 24 forks source link

Permission denied on "Application Data" folder #59

Open astenman opened 3 years ago

astenman commented 3 years ago

Hello,

I am using lsp-pyright in the following environment

When lsp-mode is starting the pyright server I get the following error

LSP :: pyright:10456 initialized successfully in folders: (c:/Software/license-queue c:/Software/admin-scripts c:/Software/user-admin-scripts c:/Software/PyTest c:/Webb/TPCloner c:/Software/vault-audit-sink c:/Users/anste c:/Software/dog-lameness)
Error processing message (file-error "Opening directory" "Permission denied" "c:/Users/anste/AppData/Local/Application Data").

Furthermore, my Emacs is unresponsive quite a while after opening the first Python buffer.

I do not know if this is a problem with the pyright server itself, or lsp-mode.

MattiaSilvestri commented 2 years ago

Hi, did you manage to solve the issue? I have the same issue right now.