The .vscode/settings.json stores a lot of configs related to VSCode that you have to share with the team, settings that are not Torizon specific, like files.associations, for example.
However, settings like the containers.environment, torizon_ip, torizon_psswd, torizon_login, host_ip, to name a few are highly specific to a particular development environment and should not be shared with the rest of the team.
Please change the Torizon IDE to use another file for the settings that are local/specific to a single developer, file that is added by default to .gitignore. Also make the Torizon IDE give clear error messages if the file is not present, (after a fresh project git clone, for example) and how to generate/configure it.
Thank you,