atom / ide-typescript

TypeScript and Javascript language support for Atom-IDE
MIT License
368 stars 63 forks source link

fix: false-positive error 'ts server not found' if project wasn't open #166

Closed vlad0337187 closed 3 years ago

vlad0337187 commented 3 years ago

Requirements for Contributing a Bug Fix

Identify the Bug

Didn't create new issue, because this is realted to changes, made in: https://github.com/atom/ide-typescript/issues/154 If to open project without locally specified TS server path, it will show error alert. Also if to open project with locally specified TS server path, it'll show error alert anyway, because project path is not always set.

Description of the Change

Just check that path doesn't exist and do nothing. Also did a little refactor for already added code.

Alternate Designs

just a fix

Possible Drawbacks

Didn't find such, use this fix locally for near one month.

Verification Process

Use this plugin with my typescript project near one month.

Release Notes

vlad0337187 commented 3 years ago

Fixed found caused by recent PR issue. If anybody will have some time to review and merge - would be grateful =)

@Aerijo @damieng @darangi @jasonrudolph @dmleong @daviwil

vlad0337187 commented 3 years ago

Sorry for pinging about this. Just wanna leave a notification.

@Aerijo @damieng @darangi @jasonrudolph @dmleong @daviwil

damieng commented 3 years ago

Please stop "pinging" everybody who ever contributed to this repo. This project was discontinued by github and most of the people on your list are no longer involved or have access.

Darangi is seemingly the only active contributor. If they can respond they will.

darangi commented 3 years ago

@vlad0337187 Thanks for the contributions 🙇🏾