Open ankutjaat opened 1 month ago
I've found a solution to this issue. The problem occurs because the Continue extension isn't properly switching to the WSL version and remains stuck on the Windows version.
The quick fix is to add the following configuration to your VS Code settings and then reload:
"remote.extensionKind": {
"Continue.continue": [
"workspace"
]
}
This setting forces the Continue extension to run in the WSL environment rather than on the Windows host.
Steps to implement the fix:
After applying this fix, the file hyperlinks in search results should work correctly in the WSL environment.
This might be an area for improvement in the extension, ensuring it automatically detects and adapts to WSL environments without requiring manual configuration.
Before submitting your bug report
Relevant environment info
Description
The Continue extension in VS Code is failing to open files when clicking on hyperlinks in chat results. After generating chat results, attempting to open a file through the provided hyperlink does not work as expected.
To reproduce
Log output