[preferences] Add ability to set default formatter #8354
Labels
editor
issues related to the editor
help wanted
issues meant to be picked up, require help
preferences
issues related to preferences
vscode
issues related to VSCode compatibility
Feature Description:
Currently, there is no way to set a default formatter in Theia. This is especially useful for setting a default formatter for a specific language, where in some cases two plugins may be trying to contribute formatting functionality for the same language.
This can be done in VS Code with the
editor.defaultFormatter
property:The text was updated successfully, but these errors were encountered: