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
When there are multiple workspace folders they are mounted like /workspace/${foldeName}. Have you consider that. If so, can you provide me with a GitHub repository I can clone with a minimal repro case so that I can investigate.
After looking at the directory mapping code, I am not sure whether it is possible to achieve different levels of workspace mapping by just replacing it.
When there are multiple working spaces, by obtaining the real files through
std::fs::read_to_string
, it is prompted that the file does not exist.The text was updated successfully, but these errors were encountered: