-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Current behaviour :
The .jvs code is getting formatted on save regardless of the value of robusta.formatOnSave property.
Expected behaviour:
- The .jvs code should not get formatted if the property robusta.formatOnSave is set to false.
- If robusta.formatOnSave is set to true and robusta.compileOnSave is also set to true : make sure to let finish the formatting task before running the compiling task.
Reactions are currently unavailable