We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a403e0 commit 2dbfad6Copy full SHA for 2dbfad6
src/omnisharp/prioritization.ts
@@ -13,6 +13,8 @@ const priorityCommands = [
13
];
14
15
const normalCommands = [
16
+ protocol.Requests.Completion,
17
+ protocol.Requests.CompletionResolve,
18
protocol.Requests.AutoComplete,
19
protocol.Requests.FilesChanged,
20
protocol.Requests.FindSymbols,
0 commit comments