Skip to content
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

Spaces removed from ternary operator inside {{ }} #2305

Closed
braincomb opened this issue Jan 10, 2023 · 1 comment
Closed

Spaces removed from ternary operator inside {{ }} #2305

braincomb opened this issue Jan 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@braincomb
Copy link

I noticed this issue was introduced in version 1.0.20.

1.0.19 formatting works as expected:

{{ a ? b : c }}

1.0.20 formatting removes spaces like so:

{{ a? b: c }}
@johnsoncodehk johnsoncodehk added the bug Something isn't working label Jan 30, 2023
@johnsoncodehk
Copy link
Member

Thanks for the report! Could you try this version?
volar-1.0.26-alpha.1.vsix.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants