Working with regions in VSCode
VSCode supports region
and endregion
tags but not everywhere. These two special tags can be written differently depending on the language you're using but have, always, the same objective: allow you to fold part of the code.
Not everywhere means, for instance, VSCode didn't support code folding by default in Dockerfile. Let's see how to solve this.