Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 1 | -13/+1 |
* | Do not truncate the range | Wilco Kusee | 2019-10-23 | 1 | -30/+10 |
* | Make inlay hint length configurable | Wilco Kusee | 2019-10-18 | 1 | -14/+26 |
* | Truncate hints longer than 20 characters | Wilco Kusee | 2019-10-10 | 1 | -4/+28 |
* | Avoid shared mutable state | Kirill Bulatov | 2019-08-05 | 1 | -67/+39 |
* | Cache decorations before the first change only | Kirill Bulatov | 2019-08-05 | 1 | -20/+21 |
* | Use WeakMap to avoid memory leaks | Kirill Bulatov | 2019-08-05 | 1 | -10/+12 |
* | Style and test fixes | Kirill Bulatov | 2019-08-04 | 1 | -6/+17 |
* | Query less hints on file open | Kirill Bulatov | 2019-08-04 | 1 | -18/+34 |
* | Style fixes | Kirill Bulatov | 2019-07-29 | 1 | -1/+4 |
* | Ignore cancelled inlay hints responses | Kirill Bulatov | 2019-07-29 | 1 | -6/+8 |
* | npm run fix | Kirill Bulatov | 2019-07-25 | 1 | -1/+5 |
* | Code review fixes | Kirill Bulatov | 2019-07-25 | 1 | -7/+7 |
* | Remove unnecessary hacks | Kirill Bulatov | 2019-07-25 | 1 | -29/+0 |
* | Fix linter issues | Kirill Bulatov | 2019-07-25 | 1 | -27/+61 |
* | Simplify the hints display | Kirill Bulatov | 2019-07-25 | 1 | -53/+6 |
* | Show type decorators | Kirill Bulatov | 2019-07-25 | 1 | -0/+142 |