-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better labeling for issues / list of high pri tasks? #88
Comments
@JoshuaKGoldberg the current implementation of the tslint-language-service is based on code from the vscode-tslint extension. Unfortunately the two code streams have evolved independently and this is now difficult to maintain. We have therefore decided to start fresh and have some initial code that we will publish soon. Looking forward to your contributions in the fresh code base. //CC @mjbvz |
I’m very interested in this new project @egamma. Where can we find out when it’s made public? Will you notify in this repo? |
@egamma / @mjbvz do you have a rough ball park of time frame? As in, weeks or months? Context: the lack of typed rule support is a real pain with TSLint + VS Code. If it's months before you're planning on releasing, it'd be more efficient for us to work off of this repository / a fork of it in the meantime to get the very basic features than to wait. |
We're aiming to get a preview release out this month |
Here's the repo with the forked plugin: https://github.com/Microsoft/typescript-tslint-plugin And the vscode extension that contributes this plugin: https://github.com/Microsoft/vscode-typescript-tslint-plugin The extension should be published to the marketplace sometime this week |
Fantastic news, thanks @mjbvz! |
Hooray! |
@angelozerr / @egamma I'm very motivated to get this thing to a usable state. How can I as a prospective contributor help out? Is there a list of
good first issue
issues?If you could label issues as
good first issue
/high priority
/bug
/blocked
/ etc., that'd be very helpful! 😊The text was updated successfully, but these errors were encountered: