Skip to content

Instantly share code, notes, and snippets.

@ctolkien
Created January 29, 2019 22:38
Show Gist options
  • Save ctolkien/79472e247ff0dc2eec9353dca4a4d1a8 to your computer and use it in GitHub Desktop.
Save ctolkien/79472e247ff0dc2eec9353dca4a4d1a8 to your computer and use it in GitHub Desktop.
List of my Visual Studio Extensions, install with the VS Extension Manager
{
"id": "031d2246-f34f-4ef0-8372-1cf4dee3f03a",
"name": "My Visual Studio extensions",
"description": "A collection of my Visual Studio extensions",
"version": "1.0",
"extensions": [
{
"name": ".ignore",
"vsixId": "7ac24965-ea21-4108-9cac-6e46394aaaef"
},
{
"name": "Add New File",
"vsixId": "2E78AA18-E864-4FBB-B8C8-6186FC865DB3"
},
{
"name": "Azure Data Lake and Stream Analytics Tools",
"vsixId": "1e906ff5-9da8-4091-a299-5c253c55fdc9"
},
{
"name": "Azure Functions and Web Jobs Tools",
"vsixId": "Microsoft.VisualStudio.Web.AzureFunctions"
},
{
"name": "Browser Reload on Save",
"vsixId": "2d8aa02a-8810-421f-97b9-86efc573fea3"
},
{
"name": "Browser Sync",
"vsixId": "10d9b3af-1338-4c45-bc99-4ec38c3a11fb"
},
{
"name": "Cloud Explorer for VS 2017",
"vsixId": "Microsoft.VisualStudio.CloudExplorer"
},
{
"name": "Extension Manager",
"vsixId": "e83d71b8-8bfc-4e06-b145-b0388910c016"
},
{
"name": "File Icons",
"vsixId": "3a7b4930-a5fb-46ec-a9b8-9610c8f953b8"
},
{
"name": "File Nesting",
"vsixId": "6c799bc4-0d4c-4172-98bc-5d464b612dca"
},
{
"name": "GitHub Extension for Visual Studio",
"vsixId": "c3d3dc68-c977-411f-b3e8-03b0dccf7dfc"
},
{
"name": "Image Optimizer",
"vsixId": "bf95754f-93d3-42ff-bfe3-e05d23188b08"
},
{
"name": "Markdown Editor",
"vsixId": "9ca64947-e9ca-4543-bfb8-6cce9be19fd6"
},
{
"name": "NPM Task Runner",
"vsixId": "d7f89ba3-815c-4feb-89b9-68d1654e2138"
},
{
"name": "Open Command Line",
"vsixId": "f4ab1e64-5d35-4f06-bad9-bf414f4b3bbb"
},
{
"name": "Open in Visual Studio Code",
"vsixId": "e99dde0e-e023-410d-bc5d-3f76db71e3f0"
},
{
"name": "Open on GitHub",
"vsixId": "465b40b6-311a-4e37-9556-95fced2de9c6"
},
{
"name": "Package Installer",
"vsixId": "fdd64809-376e-4542-92ce-808a8df06bcc"
},
{
"name": "Package Security Alerts",
"vsixId": "1fd37423-142f-4267-8221-93163d573b90"
},
{
"name": "Project File Tools",
"vsixId": "e22f3d7e-6b01-4ef8-b3cb-ea293a87b00e"
},
{
"name": "Razor Language Services",
"vsixId": "Microsoft.VisualStudio.RazorExtension"
},
{
"name": "Roslynator 2017",
"vsixId": "9289a8ab-1bb6-496b-9992-9f7ea27f66a8"
},
{
"name": "Trailing Whitespace Visualizer",
"vsixId": "4c1a78e6-e7b8-4aa9-8812-4836e051ff6d"
},
{
"name": "Visual Studio IntelliCode - Preview",
"vsixId": "IntelliCode.VSIX.598224b2-b987-401b-8509-f568d0c0b946"
},
{
"name": "VS Live Share - Preview",
"vsixId": "Microsoft.VisualStudio.LiveShare"
},
{
"name": "Web Essentials 2017",
"vsixId": "bb7e2273-9a70-4e5e-b4dd-1f361b6166c0"
},
{
"name": "WebPack Task Runner",
"vsixId": "471a020e-77f5-4c77-8ff0-59e08b6c5ba3"
},
{
"name": "ZenCoding",
"vsixId": "9514d70e-a7b1-4876-847d-b0d2ad0962bf"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment