Taskfile launcherAutomatically find all tasks defined in Taskfile.yml like files. For more information about Taskfile.yml files visit taskfile.dev. SponsorshipBy purchasing Coding Guidelines for React with TypeScript from any Amazon website, you will get a set of guidelines for writing a clean, maintainable, and efficient code. Also you will sponsor me, showing your appreciation for my effort in creating and mentaining this extension. Features
UsageThis extension has its own panel. The symbol of this panel is a similar with the official symbol of task. Open the panel and the extension will start the scan for the tasks. If you made changes to the taskfiles, the extension will not detect these to avoid unnecessary scans. You can force a rescan using the reload button found at top right of the panel. If there are no taskfiles or tasks in the taskfiles, the panel will display this information. Included filesBy default, only Taskfile.yml files found in the folders of a workspace are found and scanned. If you want to include other files you can define them in the settings of this extension. Or you can add a section called taskfileLauncher in package.json
Or create a file called .taskfileLauncher.json in the same folder with package.json
If both are used then all globs will be used. Used terminalThe task will be started with the default terminal. This is defined in the Visual Studio Code setting "Terminal > Integrated > Default Profile: ". Take care that this setting will be ignored if there is defined any shell via the setting "terminal.integrated.shell." or any shell arguments via "terminal.integrated.shellArgs.". ScreenshotBellow you can see an example of found tasks as are they displayed by this extension: RequirementsThere are no special requirements. Extension Settings
Known IssuesNone. Change LogSee Change Log here IssuesSubmit an issue if you find any bug or have any request. ContributionFork the repo and submit pull requests. |