VSCode
Avoid common VSCode mistakes — settings conflicts, debugger setup, and extension clashes.
Popular
New
Join 2,156+ developers using this skill
skill
Avoid common VSCode mistakes — settings conflicts, debugger setup, and extension clashes.
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
.vscode/settings.json per project — overrides user settings"editor.formatOnSave" in workspace overrides user — can be confusing.code-workspace file"terminal.integrated.shell" is user-only"[language]": {"editor.defaultFormatter": "id"}"prettier.enable": false in ESLint projectsdefaultFormatter required.editorconfig overrides some settings — can conflict with extension settingslaunch.json needed for most debugging — can't just press F5"cwd" relative to workspace root — not launch.json location"program" path wrong — use ${workspaceFolder}/path/to/file"skipFiles" to avoid stepping into node_modules"compounds" array in launch.json"terminal.integrated.defaultProfile.*""terminal.integrated.shellIntegration.enabled": false to disable~/.ssh/config Host must match — "remote.SSH.configFile" to use different config.devcontainer/devcontainer.json required — won't auto-detect Dockerfile.git must be at root or configuredNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.