Issue Type: Bug
As of TypeScript 2.9, --pretty is enabled by default on a new ts project, however the error list does not seem to pick these up from build.
Is there anything specific on the TS side to add to the errors to make the errors grokable by the error list?
here are steps to reproduce
mkdir test
npm install typescript@next
tsc --init
- add a .ts file with errors
code .
- build
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:38:45.278Z)
OS version: Windows_NT x64 10.0.16299
System Info
| Item |
Value |
| CPUs |
Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2112) |
| Memory (System) |
15.93GB (6.67GB free) |
| Process Argv |
C:\Program Files\Microsoft VS Code\Code.exe stc |
| Screen Reader |
no |
| VM |
0% |
Extensions (1)
| Extension |
Author (truncated) |
Version |
| xml |
Dot |
1.9.2 |
ed by issue reporter -->
Issue Type: Bug
As of TypeScript 2.9,
--prettyis enabled by default on a new ts project, however the error list does not seem to pick these up from build.Is there anything specific on the TS side to add to the errors to make the errors grokable by the error list?
here are steps to reproduce
mkdir testnpm install typescript@nexttsc --initcode .VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:38:45.278Z)
OS version: Windows_NT x64 10.0.16299
System Info
Extensions (1)