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: TSC Task Provider #27348

Closed
3 tasks done
mjbvz opened this issue May 26, 2017 · 2 comments
Closed
3 tasks done

Test: TSC Task Provider #27348

mjbvz opened this issue May 26, 2017 · 2 comments

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented May 26, 2017

Test for #26079

Complexity
2

OS

Setup
Create a simple workspace that has a .vscode/tasks of

{
    "version": "2.0.0"
}

Scenarios

  1. Create a tsconfig.json in your workspace.

  2. Run the Run task command

  3. Ensure that a task for tsconfig.json is shown

  4. Create a simple ts file and try building using the task. Check that errors are reported

  5. Try running the build task. This should also build the tsconfig.json

  6. Try creating multiple tsconfig.json in sub folders and with names such as tsconfig.app.json. You should now see task for each tsconfig.json. The build task should build all of these.

  7. Try setting "typescript.tsc.autoDetect": "off". Ensure that tsc tasks no longer show up

@mjbvz mjbvz changed the title Test Plan: TSC Task Provider Test: TSC Task Provider May 26, 2017
@aeschli aeschli added this to the May 2017 milestone May 29, 2017
@bpasero
Copy link
Member

bpasero commented May 30, 2017

@mjbvz due to #27516 I can no longer test.

@aeschli
Copy link
Contributor

aeschli commented May 31, 2017

@bpasero Looks like #27516 got fixed. I added you as a tester again.

@bpasero bpasero removed their assignment May 31, 2017
@Lixire Lixire removed their assignment May 31, 2017
@dbaeumer dbaeumer assigned dbaeumer and unassigned dbaeumer May 31, 2017
@waderyan waderyan removed their assignment May 31, 2017
@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.
Projects
None yet
Development

No branches or pull requests

6 participants