Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project Recommended SettingsNew to Visual Studio Code? Get it now.
Project Recommended Settings

Project Recommended Settings

Sundararagavan K S

|
62 installs
| (0) | Free
Recommend settings to project developers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project Recommended Settings VSCode Extension

This extension is for developers who work in a team and want to promote VSCode settings to team members.

Adding settings to .vscode/settings.json enforces the settings to every user with the user having no way of overriding them. This extension provides a less intrusive way of promoting setting user by letting them load these settings to their User settings instead.

Usage

Keep a file named recommended-settings.json in your repository containing the settings that you want to promote to your team members.

{
  "files.autoSave": true,
  "editor.formatOnSave": true
}

A Notification is displayed when a workspace is loaded that contains the file, offerring team members to load the specified settings like below.

image

CLicking "Yes" loads the settings to User settings.

The settings can also be loaded by activating the command "Load Project Recommended Settings".

image

Attribution

Icon

The icon for this extension uses assets from Visual Studio Code icons, which is licensed under Creative Commons Attribution 4.0 International by Microsoft.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Icon License

The icon for this extension is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE-ICON file for more details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft