我试图将搜索查询保存在sourcegraph扩展中。
名称:“主搜索”查询:“上下文:全局回购:^teams/master$ getSiteSettings”
单击“添加保存的搜索”
错误:
A patternType: filter is required in the query for all saved searches.
patternType can be "literal", "regexp" or "structural"发布于 2022-04-14 20:40:27
尝试将patterntype:regexp添加到末尾。
"context:global repo:^teams/master$ getSiteSettings patterntype:regexp"

https://stackoverflow.com/questions/71862020
复制相似问题