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-07-01 14:10:57 +03:00
2021-06-21 17:47:00 +01:00
2021-07-01 18:25:06 +00:00
2021-07-02 12:49:34 +00:00
2021-07-03 22:11:03 +03:00
2021-06-22 13:18:48 -04:00
2021-07-02 15:42:42 +02:00
2021-06-22 22:01:06 +02:00
2021-07-04 11:20:31 +03:00