microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.61k stars 29.42k forks source link

Terminal suggest: Have ~ as completion for directories #234352

Open Tyriar opened 23 hours ago

Tyriar commented 23 hours ago

For example we want cd to give the completion ~, and we want cd ~/ to give completions for cd $HOME/. This might depend on @anthonykim1's work in https://github.com/microsoft/vscode/pull/228791 to be 100% correct, but it's fairly safe to assume $HOME would not change.