How can I tell if I’m working on the remote container or if I’m working on the local version of the code?
There are many things that tells you that you are inside the remote containers.
First, if you open a bash terminal session inside VSCode (Ctrl + Shift + ‘ or Terminal -> New Terminal), you will see that your username is sonia. In the below example, the command whoami returns the name of the user.
Second, in the low left corner of the VSCode window, you can see a green box with the text: “DevContainer: proc_image_processing”.