mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-19 22:28:35 +08:00
Automatic formatting inserts a space between the comment marker `#` and text in the Python extension, so without the allowance for whitespace then `"editor.formatOnType": true` breaks all region markers. Closes Microsoft/vscode-python#1073 and Microsoft/vscode-python#33