Environment data
VS Code version: 1.18.1
Python Extension version: 0.8.0
Python Version: 3.6.2, 2.7.14
OS and version: Fedora 26
Actual behavior
When I save autopep8 reformats the code, even though I set python.formatting.formatOnSave to false. I do have 'editor.formatOnSave' set to true, but I want to disable save formatting specifically for Python, not for all languages in my project.
Expected behavior
When I set python.formatting.formatOnSave to false, I expect no formatting to happen when I save, even though 'editor.formatOnSave' is true.
Steps to reproduce:
-
set the setting to false, with editor.formatOnSave to true.
-
create a Python file that would be formatted by autopep8
-
save
Environment data
VS Code version: 1.18.1
Python Extension version: 0.8.0
Python Version: 3.6.2, 2.7.14
OS and version: Fedora 26
Actual behavior
When I save autopep8 reformats the code, even though I set python.formatting.formatOnSave to false. I do have 'editor.formatOnSave' set to true, but I want to disable save formatting specifically for Python, not for all languages in my project.
Expected behavior
When I set python.formatting.formatOnSave to false, I expect no formatting to happen when I save, even though 'editor.formatOnSave' is true.
Steps to reproduce:
set the setting to false, with editor.formatOnSave to true.
create a Python file that would be formatted by autopep8
save