Terminal suggest: support absolute paths well on Windows #237979
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
Some test cases:
cd |
should showC:\
,D:\
, etc., whatever drives are availablecd C:\|
should show dirs inC:\
with same prefix (eg.C:\Windows
)cd :|
should show all drives (should get for free with first test case)The text was updated successfully, but these errors were encountered: