lf-lang / vscode-lingua-franca

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

Use node module to interact with JRE #7

Closed lhstrh closed 2 years ago

lhstrh commented 2 years ago

Some of the available modules install a JRE if needed, which is easier than asking the user to do it.

lhstrh commented 2 years ago

On second thought, we should probably not do this. The node jre module downloads a JRE upon module installation if it cannot find one. This would be OK for dev purposes, but not for normal use (i.e., when installed via the market place), because node install is done as part of the build/packaging process (not upon extension installation).