zombiRon

Results 4 comments of zombiRon

I fixed it by changing the HTML entity to an XML entity... From this --> `(accessed by typing alt-&arr;);` to this --> `(accessed by typing alt-→);`

The experimental options belong in a different object which is passed at init time, like this... ``` require('lspconfig').terraformls.setup({ init_options = { experimentalFeatures = { prefillRequiredFields = true, }, }, })...

I wouldn't recommend the validateonsave option, but if you do want it, it's experimental so goes alongside prefillrequiredfields. According to the docs the settings list isn't used so needs removing....

Just a thought, are normal completions working?