VSCode Resources
Settings
- C++ Formatter Settings: Clang format style options(for
.clang-format
or 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 ==>
localEnv
need to be set in.bash_profile
not.bashrc
because VSCode runs a login shell (?) through ssh everytime