Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Essential Extension PackNew to Visual Studio Code? Get it now.
Essential Extension Pack

Essential Extension Pack

Aris Ripandi

|
3,846 installs
| (1) | Free
Visual Studio Code extension pack for essential web development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Essential Extension Pack for Visual Studio Code

Collection of basic extensions to get started with web development in Visual Studio Code. The goal is provide extensions for web developer that available in VSCode Web and Gitpod to extend VSCode functionality.

Sample Configuration

{
  "window.autoDetectColorScheme": false,
  "workbench.colorTheme": "Gitpod Dark",
  "workbench.preferredDarkColorTheme": "Gitpod Dark",
  "workbench.preferredLightColorTheme": "Gitpod Light",
  "workbench.productIconTheme": "icons-carbon",
  "workbench.iconTheme": "dot_small_gray",
  "workbench.tree.indent": 14,
  "workbench.reduceMotion": "on",
  "workbench.editor.enablePreview": true,
  "editor.wordWrap": "off",
  "html.autoClosingTags": true,
  "html.format.endWithNewline": true,
  "html.format.indentHandlebars": true,
  "emmet.triggerExpansionOnTab": true,
  "auto-close-tag.enableAutoCloseTag": true,
  "auto-close-tag.enableAutoCloseSelfClosingTag": true,
  "auto-rename-tag.activationOnLanguage": [
    "html",
    "xml",
    "php",
    "javascript",
    "vue"
  ],
  "[markdown]": {
    "editor.quickSuggestions": false
  }
}

Building Extension

You need a Personal Access Token. Read the documentation here.

npm i -g vsce
vsce package

vsce login PUBLISHER_ID

vsce publish -p $VSCODE_MARKETPLACE_PAT

Contact

Please file any issues or have a suggestion please tweet me @riipandi.

License

This project is open-sourced software licensed under the MIT license.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft