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
Instead of returning some undefined value (if unset) or a random string/boolean (if the value is wrong type), we should return Number.MAX_VALUE instead.
The text was updated successfully, but these errors were encountered:
https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/e20b891200d825e0e1de2dfad047034639cdfc80/src/server.ts#L141-L145
Instead of returning some
undefined
value (if unset) or a random string/boolean (if the value is wrong type), we should returnNumber.MAX_VALUE
instead.The text was updated successfully, but these errors were encountered: