editor: fix incorrect preference value for editor.renderWhitespace
#10316
Labels
beginners
issues that are perfect for beginners
bug
bugs found in the application
editor
issues related to the editor
good first issue
good first issues for new contributors
preferences
issues related to preferences
Bug Description:
Following #10106, the preference value for
editor.renderWhitespace
is incorrect.theia/packages/editor/src/browser/editor-preferences.ts
Line 1025 in c12d1ef
trailin
should be updated totrailing
as it is not a valid value.Steps to Reproduce:
editor.renderWhitespace
totrailin
The text was updated successfully, but these errors were encountered: