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

fix(jsii): show jsii diagnostics in watch mode and support $tsc problem matcher #383

Merged
merged 3 commits into from
Mar 13, 2019

Commits on Mar 13, 2019

  1. fix(jsii): show jsii diagnostics in watch mode and support $tsc probl…

    …em matcher
    
    Emit jsii diagnostics error when in watch mode, and also format the errors with a
    "TS9999" error code so that VSCode's $tsc problem matcher will show them as
    "Problems". Prefix "JSII" in the message to distinguish that these are jsii errors.
    
    Fixes #382
    Elad Ben-Israel committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    7e31d08 View commit details
    Browse the repository at this point in the history
  2. remove unused code

    Elad Ben-Israel committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    cadbd88 View commit details
    Browse the repository at this point in the history
  3. remove unused line

    Elad Ben-Israel committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    ddf5b88 View commit details
    Browse the repository at this point in the history