tht13 / Python-vscode

A Python language pack for Visual Studio Code
MIT License
17 stars 11 forks source link

Auto-indentation madness. #14

Closed Fiveside closed 8 years ago

Fiveside commented 8 years ago

I'm experiencing some extraordinary behavior with the new auto-indentation feature.

screencast-2016-02-09-164109

Note that after typing class Bar: I'm not pressing any other keys. That just happens by itself on the last line of the file

tht13 commented 8 years ago

Thank you for reporting this, will be fixed promptly

tht13 commented 8 years ago

Fixed in b6ac74ee v0.2.2 is now on the marketplace Thanks for reporting :+1:

Fiveside commented 8 years ago

Thank you! This fixed the method parameter indentation weirdness and the infinite spacing problem.