Open antontkv opened 1 year ago
format on type
is leaving trailing whitespace.
@antontkv can you turn off format on type
until we fix the issue?
just put this in your settings.json
file.
"[python]": {
"editor.formatOnType": false
}
Environment data
Code Snippet
Repro Steps
return
statement.Expected behavior
Each new line should not leave a trailing whitespace. This is how it was on version
v2023.4.30
.Actual behavior
First new line leaves a trailing whitespace.
Logs
Logs when hitting enter at the end of the return statement.