Closed josemigallas closed 4 years ago
I haven't been able to reproduce this problem. With solargraph.formatting: true
and editor.formatOnSave: false
, I get the expected behavior. Could another extension be ignoring the formatOnSave
option and triggering the format?
Hi, whenever I try to format my document (manually), the following error pops up:
However if
"solargraph.formatting"
istrue
, then it will always format on save regardless of"editor.formatOnSave"
beingfalse
.Is there a workaround for this? Would it be possible to allow formatting at will?