Closed Sciorz closed 3 weeks ago
The problem was solved after I deleted the directory /Users/my_name/Library/Application Support/Code. However, I am not sure if the root cause is the failure of the clangd plugin installation, which caused the ssh-remote connection failure, or the failure of the ssh-remote connection, which caused the installation failure of clangd.
Please describe the problem. When I used vscode (macos) to connect to a remote host (debian), vscode reported an error saying "The editor could not be opened due to an unexpected error: ENOPRO: No file system provider found for resource'vscode-remote://ssh-remote '" and could not open any remote files. After checking the vscode error log and plugin status, it was found that it may be a problem with the clangd plugin.
For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html
If you can, provide a minimal chunk of code that shows the problem (either inline, or attach it if larger).
Logs Please attach the clangd log from the "Output" window if you can. If possible, run with
--log=verbose
- note that the logs will include the contents of open files!System information Clangd version (from the log, or
clangd --version
): clang-15 clangd extension version: 0.1.28 Operating system: MacOS 14.4.1 (23E224)