Closed quom closed 1 year ago
Hello @quom There is a new version of the plugin available. https://jsonnet.movatech.today/docs/release_notes/version_2023.1.2/
The issue should be fixed.
I would like to thank you for the provided use case. It allow improving the plugin core and its ecosystem.
I would appreciate if you fill in the survey and share your experience using the Jsonnet Pro plugin.
If I have a file like
func.jsonnet
with contents:and file
main.jsonnet
then jsonnet pro does not recognise the
func({})
call as a function:If I change the function to be within a document rather than at the top level, e.g.:
and import this file then
func.fn({})
is resolved correctly.