Environment data
- VS Code version: 1.23.1
- Extension version (available under the Extensions sidebar): 2018.5.0-rc
- OS and version: MacOS 10.13.4
- Python version (& distribution if applicable, e.g. Anaconda): CPython 3.6.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
- Relevant/affected Python packages and their versions: XXX
Actual behavior
a = 1 # two spaces before hash sign
<enter>
a = 1 # one left
Expected behavior
keep two spaces.
BTW, I notice this feature is being considered for deletion (#1586), is this kind of issues welcome?
Steps to reproduce:
- XXX
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
Environment data
Actual behavior
Expected behavior
keep two spaces.
BTW, I notice this feature is being considered for deletion (#1586), is this kind of issues welcome?
Steps to reproduce:
Logs
Output for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)Output from
Consoleunder theDeveloper Toolspanel (toggle Developer Tools on underHelp)