RUBY-23050 don't store string literals in method summaries if they are above a certain limit

Repurpose the i18n yaml registry key for this, they are used for similar purposes.
This commit is contained in:
Henry Wylde
2018-12-13 12:49:28 +01:00
parent 67c8415998
commit 94192e664a
@@ -1397,8 +1397,8 @@ ruby.resolve.cache.batchMode.description=Enable caching of results of references
ruby.resolve.enable.valid.implicit.fqn.match=false
ruby.resolve.enable.valid.implicit.fqn.match.description=Consider text-based FQN matches as valid resolve results
ruby.complete.do.block.by.space=false
ruby.i18n.index.truncated.size=2000
ruby.i18n.index.truncated.size.description=Limit for i18n translation values stored in special index
ruby.index.string.limit=2000
ruby.index.string.limit.description=Limit for storing strings in indices
search.everywhere.pattern.checking=true
search.everywhere.pattern.checking.description=Avoid searching classes and symbols if pattern contains only one dot