Settings
- C++ Formatter Settings: Clang format style options(for
.clang-formator VSCode settings) - Favourite mono font with font ligatures: Microsoft Cascadia Code
Note
- Command substitution does not work in
devcontainer.json, which is pretty sad (reference)
Weird Issues
- When using (WSL2) + remote host + devcontainer ==>
localEnvneed to be set in.bash_profilenot.bashrcbecause VSCode runs a login shell (?) through ssh everytime