Open nhnb opened 5 years ago
There are two issues:
tslint-language-service
to typescript-tslint-plugin
which need to be updated in tsconfig.json@angular/language-service
is enabled.I'm sorry but i gave up this project. I suggest you that you move to wild web developer which is based on language server protocol.
Le jeu. 11 juil. 2019 16:04, Hendrik Brummermann notifications@github.com a écrit :
There are two issues:
- The tslint plugin was renamed from tslint-language-service to typescript-tslint-plugin which need to be updated in tsconfig.json
- The above error messages occurs if and only if @angular/language-service is enabled.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/angelozerr/typescript.java/issues/245?email_source=notifications&email_token=AAOXXM7L3OAZHQQFHNVWHOLP644X7A5CNFSM4IA4QLWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZWZXWY#issuecomment-510499803, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOXXM4LKUPSAQPVQNVHG2LP644X7ANCNFSM4IA4QLWA .
Here are some links about Eclipse Wild Web Developer
Thank's @jabby for your links. @nhnb please create issues in https://github.com/eclipse/wildwebdeveloper/issues to improve TypeScript support in Eclipse.
Linting works fine with the integrated typescript compiler. But after changing typescript->runtime to an external typescript installation (version 3.4.5), no lint errors are shown.
The typescript traces contains the error message "Error processing request. Could not find sourceFile ... in []". The filename and path is valid. I don't know where the empty array originates from.