[lldb-vscode] disable completions
authorWalter Erquinigo <waltermelon@fb.com>
Sat, 8 Feb 2020 00:04:39 +0000 (16:04 -0800)
committerWalter Erquinigo <waltermelon@fb.com>
Sat, 8 Feb 2020 00:54:42 +0000 (16:54 -0800)
commitc832e82cd9d8f53ed8af9ec86d9d06fedda9b23b
tree087d4eea91089b521e03735957ddffcca542fd86
parentd7082e03373ca6e58d2d187a6890157c4ca9ec47
[lldb-vscode] disable completions

Summary:
Completion requests are causing some problems in the debugger, which is explained in the comment in the code.
I'm disabling it for now until we have time to do a good implementation of it.

Reviewers: clayborg

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D74264
lldb/tools/lldb-vscode/lldb-vscode.cpp