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
In VS Code, I can view extensions and select "Add to Workspace Recommendations" to quickly add the extension ID to my .vscode/extensions.json file. This is a great QoL feature as extension IDs are often a bit awkward to find otherwise. It also easily ensures I don't accidentally add duplicate values.
Similarly, extensions already added to extensions.json have a "Remove from Workspace Recommendations" context menu item, which feels valuable for completeness.
The text was updated successfully, but these errors were encountered:
Feature Description:
In VS Code, I can view extensions and select "Add to Workspace Recommendations" to quickly add the extension ID to my
.vscode/extensions.json
file. This is a great QoL feature as extension IDs are often a bit awkward to find otherwise. It also easily ensures I don't accidentally add duplicate values.Similarly, extensions already added to
extensions.json
have a "Remove from Workspace Recommendations" context menu item, which feels valuable for completeness.The text was updated successfully, but these errors were encountered: