Skip to content
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

Deprecation of 'formatting.formatOnSave' in favor of 'editor.formatOnSave' #309

Closed
DonJayamanne opened this issue Nov 28, 2017 · 1 comment
Labels
area-formatting debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@DonJayamanne
Copy link

DonJayamanne commented Nov 28, 2017

The custom setting python.formatting.formatOnSave used to enable formatting upon saving has been deprecated in favor of the standard VS Code setting.

If would you like to enable formatting upon saving, please enable the setting editor.formatOnSave within your user or workspace settings as follows:

"editor.formatOnSave": true

If you prefer to enable or disable this feature specifically for python, you could do so as follows:

"[python]":{
    "editor.formatOnSave":false
}

More information on these configuration settings cane be found here.

@DonJayamanne DonJayamanne added area-formatting debt Covers everything internal: CI, testing, refactoring of the codebase, etc. labels Nov 28, 2017
@microsoft microsoft locked and limited conversation to collaborators Nov 28, 2017
@DonJayamanne DonJayamanne changed the title Deprecation of the setting 'formatting.formatOnSave' in favor of 'editor.formatOnSave' Deprecation of 'formatting.formatOnSave' in favor of 'editor.formatOnSave' Nov 28, 2017
@DonJayamanne DonJayamanne added this to the December 2017 milestone Nov 28, 2017
@DonJayamanne
Copy link
Author

DonJayamanne commented Nov 28, 2017

Fixes #285

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-formatting debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

No branches or pull requests

2 participants