Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal suggest: support absolute paths well on Windows #237979

Closed
Tyriar opened this issue Jan 15, 2025 · 1 comment · Fixed by #239412
Closed

Terminal suggest: support absolute paths well on Windows #237979

Tyriar opened this issue Jan 15, 2025 · 1 comment · Fixed by #239412
Assignees
Labels
feature-request Request for new features or functionality terminal-suggest unreleased Patch has not yet been released in VS Code Insiders windows VS Code on Windows issues
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Jan 15, 2025

Some test cases:

  • cd | should show C:\, D:\, etc., whatever drives are available
  • cd C:\| should show dirs in C:\ with same prefix (eg. C:\Windows)
  • cd :| should show all drives (should get for free with first test case)
@Tyriar Tyriar added feature-request Request for new features or functionality windows VS Code on Windows issues labels Jan 15, 2025
@Tyriar Tyriar self-assigned this Feb 1, 2025
@Tyriar Tyriar added this to the February 2025 milestone Feb 1, 2025
Tyriar added a commit that referenced this issue Feb 1, 2025
@Tyriar
Copy link
Member Author

Tyriar commented Feb 3, 2025

See #239412 (comment), cd | and cd :| won't be supported for now.

@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality terminal-suggest unreleased Patch has not yet been released in VS Code Insiders windows VS Code on Windows issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants