We build our VS Code extension with our Xtext DSL. It works fine. The syntax support and code generate works fine. The only thing is, we would prefer, that the code generator should not start before the DSL file is saved. At the moment, the code generator starts after each input in the editor.
Is there a way to configure this?