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

User task description is wrongly shown with folder name #89441

Closed
sandy081 opened this issue Jan 28, 2020 · 0 comments
Closed

User task description is wrongly shown with folder name #89441

sandy081 opened this issue Jan 28, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Milestone

Comments

@sandy081
Copy link
Member

Testing #89343

  • Configure a user task
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "echo",
            "type": "shell",
            "command": "echo Hello World"
        }
    ]
}
  • Open quick pick and type task , user task echo is using folder vscode in description

image

@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug tasks Task system issues labels Jan 28, 2020
@alexr00 alexr00 added this to the January 2020 milestone Jan 28, 2020
@sandy081 sandy081 added the verified Verification succeeded label Jan 30, 2020
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 14, 2020
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

Successfully merging a pull request may close this issue.

2 participants