You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a "Missing argument error" which is correct but quite useless, how can I give the language server a useable default without having to resort to writing that:
function(a = 0, b = 0)
{ sum: a+b }
it works but I don't want these arguments to be optional, is there a way to do that in a way on visible to the language server maybe ?
The text was updated successfully, but these errors were encountered:
I have a
helper.libsonnet
file containing this:I get a "Missing argument error" which is correct but quite useless, how can I give the language server a useable default without having to resort to writing that:
it works but I don't want these arguments to be optional, is there a way to do that in a way on visible to the language server maybe ?
The text was updated successfully, but these errors were encountered: