Unable to resolve non-existing file error on VS Code with ssh connected to Windows machine #3315
Open
3 tasks done
Labels
area:autocomplete
Relates to the auto complete feature
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
Hello, I'm testing the tab autocomplete feature on VS Code, and I found that if I connect to a Windows machine through ssh, continue will popup a error complaining "Unable to resolve non-existing file". In the logs I found that the path seems wrong: it should be
vscode-remote://ssh-remote/d:/Projects/demo
instead of seenvscode-remote://ssh-remoted:/Projects/demo
. And the LLM Prompt output always giving an empty file to complete, ignoring all existing lines in that file.The project locates at
D:\Projects\demo
on the Windows machine.To reproduce
Log output
The text was updated successfully, but these errors were encountered: