You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
… setting (#312)
Fixes#285
* This setting is deprecated in favour of the standard vs code setting to enable the feature of formattig on save.
* Also took the liberty of refactoring some files (reduces code review for re-engineering of execution engine).
* Removed unused file 'windowsService.ts'
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
The text was updated successfully, but these errors were encountered: