This is a list of the extensions that I have installed in VS 2022
Created
June 25, 2021 21:58
-
-
Save madskristensen/583265ffeab21b4f54c5852318348814 to your computer and use it in GitHub Desktop.
My VS2022 extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "017794d6-b8b4-48ab-88a5-eb696ac07322", | |
"name": "My Visual Studio extensions", | |
"description": "A collection of my Visual Studio extensions", | |
"version": "1.0", | |
"extensions": [ | |
{ | |
"name": "Add New File", | |
"vsixId": "2E78AA18-E864-4FBB-B8C8-6186FC865DB3" | |
}, | |
{ | |
"name": "Clear MEF Component Cache", | |
"vsixId": "f5028141-9dd0-4ac4-ae6d-0481ae9a940d" | |
}, | |
{ | |
"name": "Code Cleanup On Save", | |
"vsixId": "66985471-b701-4851-a2d7-5a8bdce1e694" | |
}, | |
{ | |
"name": "Comment Remover", | |
"vsixId": "d7c3f904-cc5a-4d47-aa25-81fb7c36df89" | |
}, | |
{ | |
"name": "Extensibility Essentials 2022", | |
"vsixId": "4c38fd13-e407-4da6-a7b2-a04346af8943" | |
}, | |
{ | |
"name": "Extensibility Margin", | |
"vsixId": "41b4c077-6d9f-4e0a-a356-988baf3e830a" | |
}, | |
{ | |
"name": "Extensibility Template Pack 2022", | |
"vsixId": "88049e1e-62f2-4ea2-851f-9ddb2de37f42" | |
}, | |
{ | |
"name": "Extension Manager 2022", | |
"vsixId": "4a196712-2c3f-4730-ad1d-e7cda4185eb3" | |
}, | |
{ | |
"name": "File Icons", | |
"vsixId": "3a7b4930-a5fb-46ec-a9b8-9610c8f953b8" | |
}, | |
{ | |
"name": "Font Sizer 2.0", | |
"vsixId": "f7198797-d75d-4a7b-93c6-7bb56907735b" | |
}, | |
{ | |
"name": "Git Pull", | |
"vsixId": "c71355fb-bd6f-4235-a3b0-0ebaa2bad36f" | |
}, | |
{ | |
"name": "Image Manifest Tools", | |
"vsixId": "d5ed0bf3-4e8d-4199-b1ff-6c271e08bd0b" | |
}, | |
{ | |
"name": "Image Optimizer", | |
"vsixId": "bf95754f-93d3-42ff-bfe3-e05d23188b08" | |
}, | |
{ | |
"name": "Insert Guid", | |
"vsixId": "9def4441-acfd-4dd6-bffd-4531a57dee37" | |
}, | |
{ | |
"name": "KnownMonikers Explorer 2022", | |
"vsixId": "c38f3512-4653-4d97-a4c5-860a425209f6" | |
}, | |
{ | |
"name": "Live Share", | |
"vsixId": "Microsoft.VisualStudio.LiveShare" | |
}, | |
{ | |
"name": "Open in Visual Studio Code", | |
"vsixId": "e99dde0e-e023-410d-bc5d-3f76db71e3f0" | |
}, | |
{ | |
"name": "Pkgdef Language", | |
"vsixId": "06278dd5-5d9d-4f27-a3e8-cd619b101a50" | |
}, | |
{ | |
"name": "Reset Tool Windows", | |
"vsixId": "MadsKristensen.ResetToolWindow" | |
}, | |
{ | |
"name": "Textmate Grammar Template", | |
"vsixId": "2913ed5b-5767-43f5-be7c-ff5c68754bc3" | |
}, | |
{ | |
"name": "Tweaks 2022", | |
"vsixId": "0c8bd9fa-77d5-4563-ab57-9e01608c3d05" | |
}, | |
{ | |
"name": "VS Theme Colors 2022", | |
"vsixId": "6ad27930-f7a1-4888-a172-c6fa4440e7a1" | |
}, | |
{ | |
"name": "VSIX Synchronizer", | |
"vsixId": "d7834c28-6a0f-4b5a-b3e0-735dc78cd439" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment