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
Due to a bad case of copy/paste in a0ee572, the instructionJSONInSingleQuotes setting doesn't work because instructionJSONInSingleQuotes is incorrectly reading and using the value of instructionHealthcheckMultiple.
It seems like I also completely forgot to consider the case where the client does not support workspace/configuration requests. I did not add code to support the instructionJSONInSingleQuotes in the global settings case.
Due to a bad case of copy/paste in a0ee572, the
instructionJSONInSingleQuotes
setting doesn't work becauseinstructionJSONInSingleQuotes
is incorrectly reading and using the value ofinstructionHealthcheckMultiple
.https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/d34e4f250b25a1d1e015a14acd32ee76599b8741/src/server.ts#L174-L182
The text was updated successfully, but these errors were encountered: