Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve task configuration/creation #3849

Closed
egamma opened this issue Mar 8, 2016 · 4 comments
Closed

Improve task configuration/creation #3849

egamma opened this issue Mar 8, 2016 · 4 comments
Assignees
Labels
feature-request Request for new features or functionality polish Cleanup and polish issue tasks Task system issues verified Verification succeeded
Milestone

Comments

@egamma
Copy link
Member

egamma commented Mar 8, 2016

  • Command: Configure Task Runner
  • Show Quick Box
    • Gulp (auto detect if possible)
    • Grunt
    • Jake
    • TypeScript compile
    • TypeScript specific file
    • TypeScript watch
    • msbuild
    • Dot net build
    • Generic Command (see below)
  • Insert hard coded template (if not auto detected) based on the user selection
  • Templates have a fwlink to the task.json documentation

Generic template

{
   // See http://go.microsoft.com/fwlink/?LinkId=733558
   // for the documentation about the tasks.json format
    "version": "0.1.0",
    "command": "A Command",  // specify the command to run
    "args": [
    ],
    "showOutput": "silent"
}
@egamma egamma added feature-request Request for new features or functionality tasks Task system issues polish Cleanup and polish issue labels Mar 8, 2016
@egamma egamma added this to the March 2016 milestone Mar 8, 2016
@egamma egamma mentioned this issue Mar 8, 2016
82 tasks
@felixfbecker
Copy link
Contributor

An npm scripts template would be nice to, as this has been asked here a couple of times and is used very often by projects. It is very simple, basically "command": "npm", "args": ["run"], but new users don't know what to do.

@dbaeumer
Copy link
Member

Done :-)

@dbaeumer
Copy link
Member

@egamma can you please verify.

@dbaeumer dbaeumer assigned egamma and unassigned dbaeumer Mar 23, 2016
@egamma
Copy link
Member Author

egamma commented Mar 29, 2016

verified - but I would have expected that the scripts are also detected as tasks targets.

I've filed enhancement request #4732 and marked this issue as verified.

@egamma egamma added the verified Verification succeeded label Mar 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality polish Cleanup and polish issue tasks Task system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants