forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
formatOnType removes the space between string and brace on the last line of multiline f-string #2323
Labels
Comments
Hi @MisLink. Thanks for letting us know about this. We'll work on fixing it. I was able to reproduce this on Ubuntu with Python 3.7 (under both Jedi and the new language server). |
@ericsnowcurrently this is done within the typescript code in the extension, not part of the language server. |
5 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
Actual behavior
then:
Expected behavior
Keep it as it is
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: