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

Stop VS Code from always generating code during input #50

Open
frami opened this issue Nov 28, 2018 · 2 comments
Open

Stop VS Code from always generating code during input #50

frami opened this issue Nov 28, 2018 · 2 comments

Comments

@frami
Copy link

frami commented Nov 28, 2018

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?

@cdietrich
Copy link
Member

eclipse/xtext#2598

@cdietrich
Copy link
Member

cdietrich commented Nov 28, 2018

you currently cant (besides completly disable the generator by not implementing it or IShouldGenerate)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants