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
VSCode JSON Language Server README says format option is only applicable if the client supports dynamicRegistration for rangeFormatting, while the code uses workspace.symbol.dynamicRegistration.
Should it use textDocument.rangeFormatting.dynamicRegistration?
VSCode JSON Language Server README says format option
is only applicable if the client supports dynamicRegistration for rangeFormatting
, while the code usesworkspace.symbol.dynamicRegistration
.Should it use
textDocument.rangeFormatting.dynamicRegistration
?HTML also does the same.
The text was updated successfully, but these errors were encountered: