You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust-analyzer with lsp-docker works well in my environment, but for functions with lens, it reports path not found, and the path is a 'destination-path' in docker, i think it may due to the source-destination mapping not handled in this case?
"No such directory: /workspace/xxxx"
this /workspace is a path in my docker container.
The text was updated successfully, but these errors were encountered:
Found out that the problem is a bit more complicated than anticipated
Probably support will be added as a separate feature, although I cannot guarantee anything about implementation timing. Let's keep this issue open for now
rust-analyzer with lsp-docker works well in my environment, but for functions with lens, it reports path not found, and the path is a 'destination-path' in docker, i think it may due to the source-destination mapping not handled in this case?
"No such directory: /workspace/xxxx"
this /workspace is a path in my docker container.
The text was updated successfully, but these errors were encountered: