When I have this extension installed and Ruby LSP, heredoc formatting is all messed up. ```ruby class Test STRING = <<~HEREDOC This is a test string.' HEREDOC def this_formatting_is_all_off "Hello, #{@name}!" end end ```