Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Awesome Typescript Problem MatcherNew to Visual Studio Code? Get it now.
Awesome Typescript Problem Matcher

Awesome Typescript Problem Matcher

Juan Casanova

|
6,959 installs
| (1) | Free
Problem Matcher for Webpack's Awesome Typescript Loader
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Awesome Typescript Problem Matcher

A problem matcher to show TSC compilation errors when building typescript from Webpack using Awesome Typescript Loader and [tslint Loader] (https://github.com/wbuchwalter/tslint-loader)

Usage

You can enable this problem matcher by using its name "$awesometsc".

There is also a problem matcher provided for ts-lint output when using tslint-loader, this one is called "$awesomets-lint".

The following example shows how to add both problem matchers to your project:

{
    "version": "0.1.0",
    "command": "webpack",
    "isShellCommand": true,
    "showOutput": "always",
    "suppressTaskName": true,
    "tasks": [
        {
            "taskName": "build",
            "args": ["install"],
            "isBuildCommand": true,
            "problemMatcher": ["$awesometsc", "$awesomets-lint"]
        }
    ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft