FrenchTechLead/vscode-robusta

format on save issue

Closed this issue · 1 comments

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.

duplicate