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
Please file any issues or
have a suggestion please tweet me @riipandi.
License
This project is open-sourced software licensed under the MIT license.