forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
Steps to reproduce:
- Type string with '\n' in it, press Enter.
a = '\n'
Same for double quotes.
Expected behaviour
a = '\n'
<--- cursor should be here
Actual behaviour
a = '\n'
<--- cursor is here
Environment data
- VS Code version: 1.30.2
- Extension version (available under the Extensions sidebar): 2019.1.0
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.7
- Type of virtual environment used: N/A
- Relevant/affected Python packages and their versions: none
Logs
Console:
Starting Jedi Python language engine.
Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.
jkyeung, nycki93, Toizi, cbrnr and panikc
Metadata
Metadata
Assignees
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug