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

Allow task bindings (like Task Runner Explorer's ProjectOpened/SolutionOpened) #18360

Closed
langdonx opened this issue Jan 10, 2017 · 1 comment
Closed
Assignees
Labels
feature-request Request for new features or functionality tasks Task system issues
Milestone

Comments

@langdonx
Copy link

  • VSCode Version: 1.8.1
  • OS Version: Windows 10

I'm migrating my solution from VS2015 to VSCode. Something I'm sorely missing is the ability to launch grunt watch automatically when I open the folder. My gruntfile.js has this at the top (one is from VS2013, the other from VS2015):

/// <binding BeforeBuild='build-dev' ProjectOpened='watch' />
/// <vs BeforeBuild='build-dev' SolutionOpened='watch' />

I'd love to see .vscode/tasks.json be able to support this kind of thing.

@mjbvz mjbvz added feature-request Request for new features or functionality tasks Task system issues labels Jan 10, 2017
@dbaeumer dbaeumer added this to the Backlog milestone Nov 9, 2017
@alexr00
Copy link
Member

alexr00 commented Dec 20, 2018

This exits now 😊 #17147

@alexr00 alexr00 closed this as completed Dec 20, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 3, 2019
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 tasks Task system issues
Projects
None yet
Development

No branches or pull requests

4 participants