Docstring popup breaks indented code formatting w/o trailing whitespace #787
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
Environment data
VS Code version: 1.2.0
Python Extension version: 2018.1
Python Version: 3.6.3
OS and version: macOS 10.12
Actual behavior
If you hover over this function for its docstring popup, if the trailing whitespace represented by .... is missing, the formatting for the indented code breaks.
Expected behavior
The indented code formatting inside the docstring popup should not change with/without the trailing whitespace.
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: