- Create a multi-root VS Code workspace with the first (default) root set to
/c/path/foo and another root /c/path/bar.
- Discuss code in
/c/path/foo in GitHub Copilot chat.
- The LLM will generate a link such as (Markdown):
**Direct invocation path** ([lines 171-179](cloud-provider-aws/src/main/java/dev/flange/cloud/provider/aws/AbstractAwsCloudFunctionServiceHandler.java#L171-L179)):
- Try to click on the link "lines 171-179".
Expected: Clicking on the link will open /c/path/foo/cloud-provider-aws/src/main/java/dev/flange/cloud/provider/aws/AbstractAwsCloudFunctionServiceHandler.java and highlight the indicated lines
Actual: VS Code shows an error dialog with the title "Unabled to open 'AbstractAwsCloudFunctionServiceHandler.java..." and the message "The editor could not be opened because the file was not found."
/c/path/fooand another root/c/path/bar./c/path/fooin GitHub Copilot chat.Expected: Clicking on the link will open
/c/path/foo/cloud-provider-aws/src/main/java/dev/flange/cloud/provider/aws/AbstractAwsCloudFunctionServiceHandler.javaand highlight the indicated linesActual: VS Code shows an error dialog with the title "Unabled to open 'AbstractAwsCloudFunctionServiceHandler.java..." and the message "The editor could not be opened because the file was not found."