Skip to content

Build errors are not displayed correctly in VS  #506

@mhegazy

Description

@mhegazy

Two things we need to fix:

  • File names should have the correct slashes
  • Error code and error category needs to be printed when we are working with MS Build

Actual:

1>  C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\tsc.exe  --sourcemap --target ES5 --locale en-US "c:\users\mhegazy\documents\visual studio 2013\Projects\TypeScriptHTMLApp1\TypeScriptHTMLApp1\app.ts" (TaskId:15)
1>  c:/users/mhegazy/documents/visual studio 2013/Projects/TypeScriptHTMLApp1/TypeScriptHTMLApp1/app.ts(15,31): ';' expected. (TaskId:15)

Expected:

1>  C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\tsc.exe  --sourcemap --target ES5 --locale en-US "c:\users\mhegazy\documents\visual studio 2013\Projects\TypeScriptHTMLApp41\TypeScriptHTMLApp41\app.ts"
1>C:\Users\mhegazy\Documents\Visual Studio 2013\Projects\TypeScriptHTMLApp41\TypeScriptHTMLApp41\app.ts(15,31): error TS1005: Build: ';' expected.
1>  The command exited with code 1.

Metadata

Metadata

Labels

BugA bug in TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix it

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions