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

Test user level tasks #89343

Closed
2 tasks done
alexr00 opened this issue Jan 27, 2020 · 0 comments
Closed
2 tasks done

Test user level tasks #89343

alexr00 opened this issue Jan 27, 2020 · 0 comments

Comments

@alexr00
Copy link
Member

alexr00 commented Jan 27, 2020

Refs: #1435

Complexity: 3

In addition to having tasks in your .code-workspace file and in tasks.json in your open folder, you can now have tasks in a user level tasks.json next to your user settings.json.

  • Open a folder that has some tasks. The vscode project is a good example.
  • Run the Open User Tasks command to create a tasks.json file next to your user settings.json file.
  • Add a shell or process type task to the new tasks.json. Only those two types of task are supported here.
  • Run the Run Task command and verify that you see your new user level task. Verify that you can tell that it's a user level task in the task quick pick. Verify that you can configure your user level task by clicking the gear next to it in the quick pick. Verify that you can run the user task.
  • Try running various other task commands and verify that the user task is handled in a predictable way.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants