vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Terminal suggest: support absolute paths well on Windows

Open Tyriar opened this issue 11 months ago • 0 comments

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 avatar Jan 15 '25 17:01 Tyriar