Open rodeezy opened 1 year ago
I am also seeing this issue, after today's VSCode update
I think I have found a possible reason: https://github.com/Shopify/ruby-lsp/commit/176254330d27c515b0921d2d26772360f71a9aaf
Disabling the Ruby LSP extension may help.
Or you can turn the configuration formatOnSave
off in user settings (JSON):
"[ruby]": {
"editor.formatOnSave": false
}
im pretty sure i had ruby-lsp installed! sounds like could be it! @chinghanho 💡
Hey @rodeezy , could you please provide your workspace settings?