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.
For example we want
cd
to give the completion~
, and we wantcd ~/
to give completions forcd $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.