I share my VSCode configuration across a couple of machines. For example, I want to put my VSCode config file for lazygit in ~/blah/lazygit-vscode.yaml, and have it be in that path on both systems. I was expecting ~ to just auto-expand to "$HOME" or something, but it didn't. Any chance that could be added?
I share my VSCode configuration across a couple of machines. For example, I want to put my VSCode config file for lazygit in
~/blah/lazygit-vscode.yaml
, and have it be in that path on both systems. I was expecting~
to just auto-expand to "$HOME" or something, but it didn't. Any chance that could be added?