Giter Site home page Giter Site logo

Comments (5)

ragnarol avatar ragnarol commented on June 21, 2024

Hi, haven't tried to update to task 2.0, I'll give it a go and see if I can figure out what's wrong. If you can provide a minimum project that replicates the issue would be of help!

from awesome-typescript-problem-matcher.

niemyjski avatar niemyjski commented on June 21, 2024

I don't have a project and I haven't been able to narrow it down. Were you able to get it to work?

from awesome-typescript-problem-matcher.

ragnarol avatar ragnarol commented on June 21, 2024

Hi @niemyjski, I have just tried and seems to be working for me.

Simplest Task.json ever:

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "type": "npm",
            "script": "build",
            "problemMatcher": [
                "$awesometsc", "$awesomets-lint"
            ]
        }
    ]
}

Can you check if that one does the trick for you?

My npm build is:
"build": "node ./node_modules/webpack/bin/webpack.js -d --display-error-details"

from awesome-typescript-problem-matcher.

ragnarol avatar ragnarol commented on June 21, 2024

Just as a side not I am using webpack 3.10.0

If you can provide a minimum example were the issue is reproducible that would be great.

How do the errors look like on your output?

An example of mines:

ERROR in ./lookup-index/LookupIndexCtrl.ts
[22, 9]: Missing semicolon

 @ ./ToroApp.ts 10:24-65

ERROR in [at-loader] ./lookup-index/LookupIndexCtrl.ts:22:7
    TS1155: 'const' declarations must be initialized.

Those are both a TS Lint and a TS errors. Once fixed they go away in next build. I have tried even fixing the errors outside VSCode with the actual file closed on it, once I build the project again the error goes away too.

from awesome-typescript-problem-matcher.

ragnarol avatar ragnarol commented on June 21, 2024

I am closing this as it doens't seem to be a problem with the extension

from awesome-typescript-problem-matcher.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.