提交 ceaa343a 编写于 作者: J Joao Moreno

limit marketplace queries to 200 chars

fixes #10384
上级 7433e5c9
......@@ -237,7 +237,7 @@ export class ExtensionsViewlet extends Viewlet implements IExtensionsViewlet {
}
if (query.value) {
options = assign(options, { text: query.value });
options = assign(options, { text: query.value.substr(0, 200) });
}
return this.extensionsWorkbenchService.queryGallery(options)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册