Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99349

Fix "Continue without scanning the task output" in Visual Studio Code

$
0
0

I've created a task to run typescript and I go to Terminal > Run Task and select my Build Typescript task.

It then shows the message:

Continue without scanning the task output

enter image description here

I've read the linked page but couldn't find anything. How do I get rid of this message?

tasks.json:

{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Build Typescript",
            "command": "tsc"
        }
    ]
}

Viewing all articles
Browse latest Browse all 99349

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>