-
Notifications
You must be signed in to change notification settings - Fork 1
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
Format on save issue #9
Comments
I am working on this! |
You rock man ! |
After investigating this, it seems that your code is working as expected. I tried your extension locally, and I can format (or not) the Did I miss something? |
I think the problem occurs when the property |
Oh! Gotcha! I can reproduce the issue when setting |
I did some researches and it seems that the best options is to remove the
Also, your current implementation of the formatter is the correct approach, according to the documentation. |
You're right, that seems to be the issue here, I think we should move the |
Current behaviour :
The .jvs code is getting formatted on save regardless of the value of robusta.formatOnSave property.
Expected behaviour:
The text was updated successfully, but these errors were encountered: