I am using a default MS configuration (in Visual Studio Code -> "Remote-Container: Add Development Container Configuration Files...") and added the following to the
.devcontainer/devcontainer.json
"postCreateCommand": "alias ll='ls -alF'"
Using the command manually in the vscode terminal after creation yields the desired ll
.
How do I have to specify the "postCreateCommand"
-entry to get the alias?