vscode/extensions/python
Brett Cannon 2f581e8986
Allow a space between # and region for folding in Python
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
2018-03-28 15:34:56 -07:00
..
.vscode
src
syntaxes
test
.vscodeignore
language-configuration.json Allow a space between # and region for folding in Python 2018-03-28 15:34:56 -07:00
OSSREADME.json
package.json built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:16:07 +01:00
package.nls.json Edit pass on built-in extension descriptions (#44875) 2018-03-01 16:43:06 -08:00
tsconfig.json