We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let a = lazy({}) // format to let a = lazy {} // and let lazy(b) = a // format to let lazy b = a
But the current syntax check in vscode considers the formatted syntax to be incorrect syntax.
And