diff --git a/visualstudio/README.md b/visualstudio/README.md new file mode 100644 index 0000000..cb0ecdb --- /dev/null +++ b/visualstudio/README.md @@ -0,0 +1,29 @@ +# VS2019: To disable manually + +* The Essentials 2019 + * Add New File + * ~~Developer News~~ + * File Icons + * Font Sizer + * Insert GUID + * Markdown Editor + * Output Enhancer + * ~~Theme Switcher~~ + * Tweaks +* ~~Test Adapter for Boost.Test~~ +* ~~NuGetRecommender~~ +* ~~Visual Studio Rich Navigation~~ + +# VS2022: To disable manually + +* The Essentials 2022 + * Add New File + * ~~Developer News~~ + * File Icons + * Font Sizer + * Insert GUID + * Output Enhancer + * ~~Theme Switcher~~ + * Tweaks +* ~~Test Adapter for Boost.Test~~ +* ~~NuGetRecommender~~ diff --git a/visualstudio/vs2019.vsext b/visualstudio/vs2019.vsext new file mode 100644 index 0000000..e9cd270 --- /dev/null +++ b/visualstudio/vs2019.vsext @@ -0,0 +1,56 @@ +{ + "id": "6371baaf-0c8b-4226-bcb3-1c55a5e906bd", + "name": "My Visual Studio extensions", + "description": "A collection of my Visual Studio extensions", + "version": "1.0", + "extensions": [ + { + "name": "AsmDude", + "vsixId": "c729d6b2-f412-49ed-893d-a8f61f25db98" + }, + { + "name": "Command Explorer", + "vsixId": "1a973c52-a674-48d8-a276-65ddab1ac598" + }, + { + "name": "Editor Enhancements", + "vsixId": "a3112f81-e423-4f88-9f2c-e089a309e48e" + }, + { + "name": "EditorConfig Language Service", + "vsixId": "1209461d-57f8-46a4-814a-dbe5fecef941" + }, + { + "name": "Extension Manager 2019", + "vsixId": "4a196712-2c3f-4730-ad1d-e7cda4185eb2" + }, + { + "name": "Intrinsics Dude", + "vsixId": "5BC76C2B-A941-40D2-9EB4-F0DB92DD7C06" + }, + { + "name": "Pretty Paste", + "vsixId": "PasteR..5f7b47b4-c3d1-4252-bc32-ed92bbb93a8d" + }, + { + "name": "Shortcut commander", + "vsixId": "ShortcutCommander.VSIX..56323777-fe33-4b3c-a61b-4423688c1dbd" + }, + { + "name": "SVG Viewer", + "vsixId": "SvgViewer.7a08d0d4-985c-4415-93d5-ddd9135d8f4f" + }, + { + "name": "The Essentials 2019", + "vsixId": "046d9eae-a595-4033-9a0d-209e3f01b90d" + }, + { + "name": "Time Stamp Margin", + "vsixId": "TimeStampMargin.255e8b14-4a53-4eb7-89a7-7ab741c1f612" + }, + { + "name": "Trailing Whitespace Visualizer", + "vsixId": "4c1a78e6-e7b8-4aa9-8812-4836e051ff6d" + } + ] +} \ No newline at end of file diff --git a/visualstudio/vs2022.vsext b/visualstudio/vs2022.vsext new file mode 100644 index 0000000..bfd2702 --- /dev/null +++ b/visualstudio/vs2022.vsext @@ -0,0 +1,40 @@ +{ + "id": "2c29a59c-86d6-4141-8efe-f0b14a32f29a", + "name": "My Visual Studio extensions", + "description": "A collection of my Visual Studio extensions", + "version": "1.0", + "extensions": [ + { + "name": "Comment Remover", + "vsixId": "d7c3f904-cc5a-4d47-aa25-81fb7c36df89" + }, + { + "name": "Editor Enhancements", + "vsixId": "13a2ec1a-6b20-46a9-af99-b1064b00c9a8" + }, + { + "name": "Extension Manager 2022", + "vsixId": "4a196712-2c3f-4730-ad1d-e7cda4185eb3" + }, + { + "name": "Markdown Editor v2", + "vsixId": "MarkdownEditor2022.2347dc70-1875-4775-bf48-f2b9fdfee8d4" + }, + { + "name": "SVG Viewer", + "vsixId": "SvgViewer.7a08d0d4-985c-4415-93d5-ddd9135d8f4f" + }, + { + "name": "The Essentials 2022", + "vsixId": "046d9eae-a595-4033-9a0d-209e3f01b90e" + }, + { + "name": "Time Stamp Margin 2022", + "vsixId": "TimeStampMargin2022.255e8b14-4a53-4eb7-89a7-7ab741c1f612" + }, + { + "name": "Trailing Whitespace Visualizer", + "vsixId": "dac582ef-fc73-42f6-ad45-afaad93d88a4" + } + ] +} \ No newline at end of file