-
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
Format Document
command not works sometimes
#303
Comments
I have this issue as well. VS Code version: Version 1.18.1 (1.18.1) I've only tested this with autopep8, not yapf. It is worth noting that it used to auto-format fine for me, and with no settings changes it stopped working relatively recently (within the last week or so). My Python output panel is also blank, but my developer tools menu contains the following: |
@hujianxin Please could you open the |
@DonJayamanne I need to wait for this issue appear again 😄 |
@DonJayamanne |
The format tool is yapf |
That looks like our feedback code and that should be removed in our next release via #365 . |
@brettcannon great, thanks |
I is a annoy bug , shoud be fixed ASAP, |
@toplinuxsir it's fixed in the release that went out today. |
@brettcannon Thanks! Great job ! |
@brettcannon I have just tested with vscode 1.9 and python extension 0.9 The bug is still exist! |
The original issue (reported by two others) had an error Please could you provide the following:
|
@DonJayamanne output for python: How can I get the output of the yapf formatter when I save python source code ? |
@toplinuxsir |
+1 |
Environment data
VS Code version: Version 1.18.1 (1.18.1)
Python Extension version: 0.8.0
Python Version: 3.6
OS and version: macos 10.12.6
Actual behavior
Format Document
will useautopep8
oryapf
which I have installed can not format my python files. Restart vscode will make it work temporarily。Expected behavior
Steps to reproduce:
Sorry that I cannot reproduce it in specific steps.
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: