You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
The text was updated successfully, but these errors were encountered:
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:extensionsAug 7, 2024
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:extensionsAug 7, 2024
Currently extension
recommendations
andunwantedRecommendations
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:
This would be the "equivalent" for
customizations:vscode:settings:launch
(that "mimics" .vscode/launch.json) and forcustomizations:vscode:settings:tasks
(that "mimics" .vscode/tasks.json).The text was updated successfully, but these errors were encountered: