vscode-task
vscode-task copied to clipboard
Task for Visual Studio Code
So I tend to have my taskfile placed inside a sub-folder in my project, next to where my code is. It would be really convenient if the Taskfile extension could...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.5.0 to 7.9.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.9.0 7.9.0 (2024-05-13) 🚀 Features rule-tester: check for missing placeholder data in the message (#9039) 🩹 Fixes do...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.4 to 20.12.12. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
When the extension is enabled, tasks defined in `.vscode/tasks.json` fail to run. For example: ```json { "version": "2.0.0", "tasks": [ { "label": "echo", "type": "shell", "command": "echo Hello" } ]...
Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.24.0 to 2.26.1. Release notes Sourced from @vscode/vsce's releases. v2.26.1 Changes: Feature Requests: #971: Validate nls strings on publish Others: #974: Validate NLS strings #973: Fix nodejs...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@vscode/test-cli](https://github.com/Microsoft/vscode-test-cli) from 0.0.8 to 0.0.9. Changelog Sourced from @vscode/test-cli's changelog. 0.0.9 - 2024-03-04 Handle relative paths in `--config Add engines.node version to the package.json Enable installing extensionDependencies automatically, and...
Closes #127 Adds a new setting: `doubleClickToRun` which defaults to `500`. This value dictates the timeout for double-clicking on a Task in the tree view. If the click is within...
> Thanks for your bug report! > > Before submitting this issue, please make sure the same problem was > not already reported by someone else. > > Please describe...
Hello! Thank you for the wonderful tool and interface for it 😄 When we were setting up our Taskfile recently we ran into an issue where we misformatted our file...