Product and Version [VS/VSCode]: VSCode
OS Version [macOS/Windows]: Windows 10
Live Share Extension Version: 1.0.45
Target Platform or Language [e.g. Node.js]: Python
Steps to Reproduce / Scenario:
Assuming there are more than one folders in a workspace, I cannot search and open a file (Ctrl + P; typing the file name; enter) of the second workspace if it has not been opened manually before.
The error was Unable to open <filename>: File not found (vsls:/~1/~1/<folder>/<filename>.
After the file has been opened manually (click on the file), then the search results in, and I can now open the file:
Interestingly, the correct path seems to be /~1/<folder>/<filename> not /~1/~1/<folder>/<filename>.
PS. This problem doesn't apply to files in the first folder in the workspace.
vscode2.zip
Product and Version [VS/VSCode]: VSCode OS Version [macOS/Windows]: Windows 10 Live Share Extension Version: 1.0.45
Target Platform or Language [e.g. Node.js]: Python
Steps to Reproduce / Scenario:
Assuming there are more than one folders in a workspace, I cannot search and open a file (Ctrl + P; typing the file name; enter) of the second workspace if it has not been opened manually before.
The error was
Unable to open <filename>: File not found (vsls:/~1/~1/<folder>/<filename>
.After the file has been opened manually (click on the file), then the search results in, and I can now open the file:
Interestingly, the correct path seems to be
/~1/<folder>/<filename>
not/~1/~1/<folder>/<filename>
.PS. This problem doesn't apply to files in the first folder in the workspace.