Files
vscode/extensions/typescript
Matt Bierner e753f86984 Use Word Based Completion Range by Default in TS (#17918)
Fixes #17906

**bug**
To support completion items that span multiple words, I added extra logic in 1.9 insiders to use the word prefix to compute the completion range. This introduced a few regressions for completions that do start with the replacement.

**fix**
Use the old, word based range logic by default. Use the prefix completion if it is longer.
2016-12-29 15:26:23 -08:00
..
2016-11-08 11:09:05 +01:00
2016-11-08 21:47:40 +01:00
2016-12-28 15:11:12 -04:00
2016-11-09 21:21:37 +01:00
2016-10-08 09:39:48 +02:00
2016-10-28 16:18:21 +02:00