Skip to content

Instantly share code, notes, and snippets.

@euaaron
Last active August 26, 2021 20:13
Show Gist options
  • Save euaaron/219b3fe519d9f2eeaf815da06471d401 to your computer and use it in GitHub Desktop.
Save euaaron/219b3fe519d9f2eeaf815da06471d401 to your computer and use it in GitHub Desktop.
My own Extension Pack with recommended vs code extensions.
{
"name": "aaron-s-recommended",
"displayName": "Aaron's Recommended",
"description": "Extension Pack with all extensions that I find useful to have. From themes to functionalities extensions.",
"version": "0.0.1",
"engines": {
"vscode": "^1.59.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"aaron-bond.better-comments",
"alefragnani.Bookmarks",
"Angular.ng-template",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"codezombiech.gitignore",
"CoenraadS.bracket-pair-colorizer",
"dannyconnell.split-html-attributes",
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"donjayamanne.githistory",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"eg2.vscode-npm-script",
"enkia.tokyo-night",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"formulahendry.code-runner",
"GitHub.vscode-pull-request-github",
"Gruntfuggly.todo-tree",
"hbenl.vscode-test-explorer",
"humao.rest-client",
"huytd.tokyo-city",
"johnpapa.Angular2",
"johnpapa.vscode-peacock",
"jolaleye.horizon-theme-vscode",
"jpoissonnier.vscode-styled-components",
"kenhowardpdx.vscode-gist",
"kreativ-software.csharpextensions",
"leizongmin.node-module-intellisense",
"magnobiet.sass-extension-pack",
"mhutchie.git-graph",
"mikestead.dotenv",
"mrmlnc.vscode-scss",
"ms-azuretools.vscode-docker",
"ms-dotnettools.csharp",
"ms-vscode.powershell",
"ms-vscode.test-adapter-converter",
"ms-vscode.vscode-typescript-next",
"ms-vscode.vscode-typescript-tslint-plugin",
"naumovs.color-highlight",
"nrwl.angular-console",
"pflannery.vscode-versionlens",
"PKief.material-icon-theme",
"pmneo.tsimporter",
"pnp.polacode",
"rbbit.typescript-hero",
"RedVanWorkshop.explorer-exclude-vscode-extension",
"sleistner.vscode-fileutils",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-portuguese-brazilian",
"stylelint.vscode-stylelint",
"tombonnike.vscode-status-bar-format-toggle",
"VisualStudioExptTeam.vscodeintellicode",
"vivaxy.vscode-conventional-commits",
"webhint.vscode-webhint",
"wix.vscode-import-cost",
"wix.glean"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment