Describe the bug
Autocomplete for @ file references doesn't seem to work for navigating into a folder with a space in the path.
Affected version
GitHub Copilot CLI 1.0.27
Steps to reproduce the behavior
- Initial condition: A file exists at
c:\foo bar\file.md
- Type
@c:\foo in the prompt
- Autocomplete suggests
@c:\foo bar\ (a folder with a space in its name)
- Press Tab to complete the path segment
- Press Backspace to remove the space and continue navigating
Expected behavior
Autocomplete continues showing the folder's contents, allowing further navigation into the folder (e.g., to select file.md).
Actual behavior
The autocomplete menu disappears and path resolution stops. The space in "foo bar" terminates autocomplete for the @ file reference. There appears to be no way to use autocomplete to navigate into files inside directories whose names contain spaces. (Quoting the path from the beginning doesn't trigger autocomplete at all.)
Additional context
No response
Describe the bug
Autocomplete for @ file references doesn't seem to work for navigating into a folder with a space in the path.
Affected version
GitHub Copilot CLI 1.0.27
Steps to reproduce the behavior
c:\foo bar\file.md@c:\fooin the prompt@c:\foo bar\(a folder with a space in its name)Expected behavior
Autocomplete continues showing the folder's contents, allowing further navigation into the folder (e.g., to select
file.md).Actual behavior
The autocomplete menu disappears and path resolution stops. The space in "foo bar" terminates autocomplete for the @ file reference. There appears to be no way to use autocomplete to navigate into files inside directories whose names contain spaces. (Quoting the path from the beginning doesn't trigger autocomplete at all.)
Additional context
No response