- Fix
eslintrc
glob pattern typo (@kentcdodds in #2) - Add auto publishing GitHub Action
Update icon
- Add file monitoring for TypeScript (glob:
**/tsconfig.{json,app.json,app.js,js,ts}
) - Add file monitoring for ESLint (glob:
**/.eslintrc.{js,cjs,yaml,yml,json}}
) - Add toggle commands (
ctrl + shift + p
)Enable: Auto Restart TypeScript Server
Disable: Auto Restart TypeScript Server
Enable: Auto Restart ESLint Server
Disable: Auto Restart ESLint Server
- Initial release