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
Is your feature request related to a problem? Please describe.
I have seen confusion around the tab size settings in vscode so many times now and think it's time ro reconsider removing these two prettier settings. The implications around this change was previously discussed in #1515 and the two possible alternatives were clearly explained in this comment: #1515 (comment)
Sure, there will be some frustration from those who have previously changed the prettier-specific settings but my guess is those are far fewer than the ones getting confused over why the setting in the status bar doesn't correspond with the actual indentation getting applied by prettier.
Describe the solution you'd like
Remove prettier.useTabs and prettier.tabWidth in favour of editor.insertSpaces and editor.tabSize
Describe alternatives you've considered
Keeping it as today
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have seen confusion around the tab size settings in vscode so many times now and think it's time ro reconsider removing these two prettier settings. The implications around this change was previously discussed in #1515 and the two possible alternatives were clearly explained in this comment: #1515 (comment)
This change would close #1859
Sure, there will be some frustration from those who have previously changed the prettier-specific settings but my guess is those are far fewer than the ones getting confused over why the setting in the status bar doesn't correspond with the actual indentation getting applied by prettier.
Describe the solution you'd like
Remove prettier.useTabs and prettier.tabWidth in favour of editor.insertSpaces and editor.tabSize
Describe alternatives you've considered
Keeping it as today
The text was updated successfully, but these errors were encountered: