As a developer in a team, I would like some common settings of VS Code that are in common for entire team - to be stored in a project folder in .workspace/.vscode file,
Teams has usually set of obligatory plugins, such as beautifiers and other commonly used ones that all developers have to install upon starting working on a project.
I would like to have a possibility to specify them in mentioned files, so VS Code would install them by itself (or with user consent (out of a warning 'This project demands those plugin to be installed: A, B, C. Press Install to install them.'))