Skip to content

Commit 3c8f4bc

Browse files
committed
Some update.
1 parent c126d7a commit 3c8f4bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Server/Feature.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ async::Task<json::Value> Server::on_signature_help(proto::SignatureHelpParams pa
7676
{
7777
/// Set compilation params ... .
7878
CompilationParams params;
79+
params.kind = CompilationUnit::Completion;
7980
params.arguments = database.get_command(path, true).arguments;
8081
params.add_remapped_file(path, content);
8182
params.pch = {pch->path, pch->preamble.size()};

0 commit comments

Comments
 (0)