UBERF-8516: Stable mentions popup (#6993)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-10-20 00:47:07 +07:00
committed by GitHub
parent 7bd0db43c4
commit d65176fb84
9 changed files with 34 additions and 14 deletions
+2 -1
View File
@@ -988,7 +988,8 @@ export function createModel (builder: Builder): void {
label: github.string.PullRequests,
query: tracker.completion.IssueQuery,
context: ['search', 'mention', 'spotlight'],
classToSearch: github.class.GithubPullRequest
classToSearch: github.class.GithubPullRequest,
priority: 280
},
github.completion.PullRequestCategory
)