javascript - atom-typescript in Atom does not catch errors or show syntax colors in typescript files -
i'm using atom editor atom-typescript on windows 10. in late january, changed , typescript files ( .ts) no longer have color indicators syntax. atom shows them entirely in black , white. html , json files display colored syntax. typescript file problem. when change syntax themes, html , json displays change, not .ts file displays.
i'm using 1 light syntax , ui theme. typescript version current @ 1.7.5. i'm using angular2@2.0.0-beta.3. have typings ( d.ts) files.
with further testing, found atom-typescript not find errors when purposely introduce , save them. example, code
import { xcomponent, zdirective } "angular2/core"; triggers no errors , green message @ bottom says "no errors"
what has gone wrong atom-typescript in editor?
when checking settings / packages page, noticed atom-typescript had version: undefined. uninstalled package , reinstalled it. works fine now. apparantly, late january update created failure, maybe on pc, not recognized , no atom failure message displayed. works now.
Comments
Post a Comment