Aleksey Kladov 6e9780c005 internal: make CompletionItem and SourceChange consistent
Before this PR, SourceChange used a bool and CompletionItem used an enum
to signify if edit is a snippet. It makes sense to use the same pattern
in both cases. `bool` feels simpler, as there's only one consumer of
this API, and all producers are encapsulated anyway (we check the
capability at the production site).
2021-07-04 15:44:03 +03:00
..
2021-06-19 12:03:59 +03:00
2021-07-02 19:34:49 +02:00
2021-06-18 23:38:19 +03:00
fix
2021-06-29 20:34:52 +01:00