Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for extension recommendations and unwantedRecommendations in devcontainer.json customizations:vscode:settings:extensions #486

Open
rubensa opened this issue Aug 7, 2024 · 0 comments

Comments

@rubensa
Copy link

rubensa commented Aug 7, 2024

Currently extension recommendations and unwantedRecommendations can only be set in .vscode/extensions.json file.

Adding support for setting those in devcontainer.json under customizations:vscode:settings:extensions key would allow avoiding the need for creating (and adding to git) the .vscode/extensions.json file.

Something like:

{
  "customizations": {
    "vscode": {
      "settings": {
        "extensions": {
          "recommendations": [],
          "unwantedRecommendations": []
        }
      }
    }
  }
}

This would be the "equivalent" for customizations:vscode:settings:launch (that "mimics" .vscode/launch.json) and for customizations:vscode:settings:tasks (that "mimics" .vscode/tasks.json).

@rubensa rubensa changed the title Add support for extension recommendations and unwantedRecommendations in _devcontainer.json_ customizations:vscode:settings:extensions Add support for extension recommendations and unwantedRecommendations in **devcontainer.json** customizations:vscode:settings:extensions Aug 7, 2024
@rubensa rubensa changed the title Add support for extension recommendations and unwantedRecommendations in **devcontainer.json** customizations:vscode:settings:extensions Add support for extension recommendations and unwantedRecommendations in devcontainer.json customizations:vscode:settings:extensions Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@rubensa and others