This repository was archived by the owner on Dec 15, 2022. It is now read-only.
fix: false-positive error 'ts server not found' if project wasn't open #166
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements for Contributing a Bug Fix
Identify the Bug
Didn't create new issue, because this is realted to changes, made in: #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