All notable changes to the "vscode-task-buttons" extension will be documented in this file.
- Bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 by @dependabot in spencerwmiles#45
- Bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in spencerwmiles#47
- Bump @types/node from 18.16.0 to 18.16.3 by @dependabot in spencerwmiles#46
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 by @dependabot in spencerwmiles#52
- Bump eslint from 8.39.0 to 8.40.0 by @dependabot in spencerwmiles#48
- Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.5 by @dependabot in spencerwmiles#54
- Bump @typescript-eslint/parser from 5.59.2 to 5.59.5 by @dependabot in spencerwmiles#56
- Bump eslint from 8.40.0 to 8.41.0 by @dependabot in spencerwmiles#58
- Bump @typescript-eslint/parser from 5.59.5 to 5.59.8 by @dependabot in spencerwmiles#67
- Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.8 by @dependabot in spencerwmiles#68
- Bump @types/vscode from 1.77.0 to 1.78.1 by @dependabot in spencerwmiles#64
- Bump @types/node from 18.16.3 to 20.2.5 by @dependabot in spencerwmiles#62
- Corrected how tasks were being passed through to the executeCommand call for subtasks by @spencerwmiles in spencerwmiles#66
Full Changelog: https://github.com/spencerwmiles/vscode-task-buttons/compare/v1.1.2...v.1.1.3
- Under the hood repo cleanup
- Updated dependencies
- Rewrite of the extension ot use TypeScript (Shoutout to Fabje for the support)
- Added support for alignment of buttons via "alignment property" (default: left - options: left, right)
- Added MIT license (Thanks gameguy682)
- Added Quick Pick Menu
- Task Buttons now include the ability to show a tooltip on hover via an added
tooltip
property. - Thanks to @oleksiikutuzov for the suggestion.
- Task Buttons will reload on configuration change. Reload was previously required.
- Updated documentation
- Initial release of Task Buttons