I was wondering about the cfml.engine.version sett...
# ide
t
I was wondering about the cfml.engine.version setting in the CFML extension in vscode... The docs says that semantic versioning is preferred, but doesn't provide any actual examples... If I wanted ACF 2018, would that be "2018" or "2018.0.0" or "13" (continuing from when versions weren't numbered by years...)? If one used "5.0.0" how would you distinguish between ColdFusion 5 (a million years ago) and Lucee 5?
oh, wait, i answered my last question - there's a cfml.engine.name setting that takes coldfusion, lucee, railo or openbd.
z
the version supported is pretty basic, mostly about general language features
t
Ah, but that does answer the question since the code uses both
11.0.0
and
2018.0.0
. So 2018.0.0 it is.