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

Custom tasks can't be customized #71179

Closed
dbaeumer opened this issue Mar 26, 2019 · 1 comment
Closed

Custom tasks can't be customized #71179

dbaeumer opened this issue Mar 26, 2019 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Milestone

Comments

@dbaeumer
Copy link
Member

Tests #71089

  • contribute a custom task as described in the test plan item
  • Execute Terminal > Customize Task
  • select the contributed task

Observe: the tasks.json opens but the task is not inserted. You get

{
	// See https://go.microsoft.com/fwlink/?LinkId=733558 
	// for the documentation about the tasks.json format
	"version": "2.0.0",
	"tasks": [
		{
			"problemMatcher": []
		}
	]
}
@vscodebot vscodebot bot added the tasks Task system issues label Mar 26, 2019
@alexr00 alexr00 added the bug Issue identified by VS Code Team member as probable bug label Mar 26, 2019
@alexr00
Copy link
Member

alexr00 commented Mar 26, 2019

You can manually customize them, but it looks like the Customize Task command doesn't work for them. Good find.

@alexr00 alexr00 added this to the March 2019 milestone Mar 26, 2019
@dbaeumer dbaeumer added the verified Verification succeeded label Mar 27, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators May 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants