Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Build errors are not displayed correctly in VS  #506

Copy link
Copy link
@mhegazy

Description

@mhegazy
Issue body actions

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.
Reactions are currently unavailable

Metadata

Metadata

Labels

BugA bug in TypeScriptA bug in TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix itThe 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

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.