diff options
author | Sam McCall <sam.mccall@gmail.com> | 2022-07-12 19:50:07 +0200 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2022-07-12 21:42:38 +0200 |
commit | 93cd159ca9d3cfd4afcd20cbfba9ef789a80bdda (patch) | |
tree | 1a06a2a7c5bc8c0474959d7933366ce2e2c9c782 /lldb/source/Interpreter/CommandObject.cpp | |
parent | 63f4cfe267076d44b318bcee718ccf33b06df926 (diff) | |
download | llvm-93cd159ca9d3cfd4afcd20cbfba9ef789a80bdda.zip llvm-93cd159ca9d3cfd4afcd20cbfba9ef789a80bdda.tar.gz llvm-93cd159ca9d3cfd4afcd20cbfba9ef789a80bdda.tar.bz2 |
[clangd] Remove `allCommitCharacters`
This was added in 2a095ff6f5028b76, however it never worked with VSCode
due to bugs in vscode-languageclient
(https://github.com/microsoft/vscode-languageserver-node/issues/673).
Now that it does work, we can tell the interactions with text editing, with
snippets, and vscode's select-first-completion behavior are bad.
The spec is vague and clients could do something reasonable with the
current values. However they could clearly do something unreasonable
too, and over time behavior+spec tends to converge on VSCode's behavior.
This addresses https://github.com/clangd/vscode-clangd/pull/358
See also https://github.com/clangd/vscode-clangd/pull/358 which hotfixes
this on the client-side (as we can't apply this change retroactively to
clangd 12-14).
Differential Revision: https://reviews.llvm.org/D129579
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions