- Update dependencies (security fixes)
- Fixed a bug related to user tasks, where the extension tried to run the task twice.
- Prompt mode: Changed the Yes/No button order so that the Yes button is the primary color.
- Errors will now be displayed in a dedicated output instead of in notifications.
- Fixed: user level tasks were failing silently if the file had comments (now parsing with JSON5)
- Added support for user level tasks
- Improved the prompt message (now showing the tasks/configurations name instead of the task/configuration count)
- Forgot to update Changelog before publishing 2.0.8
- Updated project and dependencies
- Optimized activation events (so that AutoLaunch does not slow down startup when opening folders that don't have tasks.json or launch.json)
- Revert 2.0.4-2.0.6
- Broken extension due to bad update.
- Updated readme, dependencies, changelog
- Bugfix: Fix a bug when no folder was opened at startup
- Hotfix: Fixed the prompt message
- Hotfix: Changed to a valid tsconfig target
- Updated to the new vscode Task API that landed in 1.24. Closes #5 and Fixes #4
- Allow user to be prompted before AutoLaunching. Closes #6
- Completely removed support for versions prior to 1.0.0
- Added logo.
- Workspace support. Will now parse every folder added to the workspace.
- Breaking change: autolaunch.config is deprecated. Now simply add
"auto": true
to automatically run/launch the task/configuration. - Added schema validation for the
auto
property
- Updated package.json
- Added Github section to readme
- Added License
- Updated package.json
- Initial release