-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider not setting Air as the editor.defaultFormatter
#162
Comments
We were going to do this in #171 but there are two main reasons we said no right now:
|
editor.defaultFormatter
My main thought is that a formatter isn't that different from other language features a language extension provides unconditionally for a language, especially when it offers format-as-you-type to fix up indentation (as we will in the future). Having a formatter mixup in that case makes for a confusing experience. And having to set it manually, while it's certainly something that professional developers are accustomed to, is not good user experience for our target audience. Alternatively we could set the default formatter in positron-r to Air and leave VS Code users on their own for configuration. I think it's a good default though, even if unconventional in the vscode landscape (which I agree is a good argument not to do it). |
editor.defaultFormatter
editor.defaultFormatter
This is a user setting
air/editors/code/package.json
Line 63 in cf9ff74
The text was updated successfully, but these errors were encountered: