-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add beautifier-tslint to Unibeautify VSCode extension #11
Comments
Nope it hasn't been added to VSCode yet: https://github.com/Unibeautify/vscode/blob/master/src/beautifiers.ts. I've struggled getting this beautifier to work since it requires some pretty specific arguments to be passed, that's why it doesn't have much done. |
@stevenzeck Ah alright, any plan when you will add it? |
I don't plan on adding it to VSCode at this time and don't have time to work on it now. PR's are welcome. |
I'll have a look, but planned to work on the stylelint beautifier |
@stevenzeck what are the things you think are not working? It seems pretty stable to me. Tested with |
Could you help give more info on this for those who might want to resolve this issue? And what's the progress on this? or if @muuvmuuv do you have a workaround? |
@muuvmuuv it works fine if using TSLint config file. I'm referring to transforming options from unibeautify to TSLint. @jonyeezs https://github.com/Unibeautify/beautifier-tslint/blob/master/src/options.ts#L16-L28 is an example, specifically line 22 where I have single line and multiline always. The rules in TSLint that need to be transformed can get complicated from what I remember when I started working in it. |
Seeing this in the console:
Beautifier not found: TSLint: Error: Beautifier not found: TSLint
TSLint is globally and locally installed. Guess the VS Code extensions just has it not added as dependencyThe text was updated successfully, but these errors were encountered: