sublimelsp / LSP-json

Schema validation/completions for your JSON and Sublime files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown Source contributing incorrect supported values for sublime-settings

alanCarpenter-Trov opened this issue · comments

Trying to modify the Sublime file_tab_style is met with

warning Value is not accepted. Valid values: "rounded", "squared", "angled". ​unknown-source:1

sublime settings issue

When the choice of "Squared" is selected the tabs section breaks entirely. This is because the actual accepted value is "square"

Thanks for the report! @predragnikolic fixed this in #94, should show up on package control soon.