-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Labels
Milestone
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test for #26079
Complexity
2
OS
Setup
Create a simple workspace that has a
.vscode/tasks
ofScenarios
Create a
tsconfig.json
in your workspace.Run the
Run task
commandEnsure that a task for
tsconfig.json
is shownCreate a simple ts file and try building using the task. Check that errors are reported
Try running the build task. This should also build the
tsconfig.json
Try creating multiple
tsconfig.json
in sub folders and with names such astsconfig.app.json
. You should now see task for eachtsconfig.json
. The build task should build all of these.Try setting
"typescript.tsc.autoDetect": "off"
. Ensure that tsc tasks no longer show upThe text was updated successfully, but these errors were encountered: