lf-lang / vscode-lingua-franca

Lingua Franca extension for Visual Studio Code
Other
4 stars 3 forks source link

Faster indexing during gradle build #125

Closed petervdonovan closed 1 year ago

petervdonovan commented 1 year ago

This is a workaround for the problem described in #80.

It is a little bit of a hack, but it should work most of the time, on both Unix-based systems and Windows. With this change it takes about 30 seconds to build the extension from source and install it, and most of that time comes from the Gradle build.

lhstrh commented 1 year ago

How much time does it take to build without this change?

petervdonovan commented 1 year ago

Perhaps 3-5 minutes.

I just measured it and the Gradle build took longer this time (1 minute 45 seconds) for unknown reasons, while overall it took 5 minutes and 10 seconds.