You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Installs TypeScript toolchain, bundlers, linters, file watchers, and Bun runtime for Node.js development.",
"options": {
"install": {
"type": "string",
"default": "",
"description": "Comma-separated list of tool groups to install (e.g. 'typescript,bun'). When set, only the listed groups are installed. When empty (default), all groups are installed."
},
"omit": {
"type": "string",
"default": "",
"description": "Comma-separated list of tool groups to exclude (e.g. 'bun'). When set, the listed groups are skipped. Applied after 'install' filtering."