⚙️
Verifiededitor0 installs
VS Code Essentials
Essential VS Code settings for web development
Configuration
{
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.bracketPairColorization.enabled": true
}Installation
Via StackShack CLI
npx stackshack install vs-code-essentialsManual Configuration
Add this configuration to your claude_settings file:
{
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.bracketPairColorization.enabled": true
}Tags
#vscode#editor#essential
Quick Actions
Stats
Installs0
Categoryeditor
Statuspublished