Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code: enable prettier trailing commas | Laurențiu Nicola | 2019-12-09 | 1 | -17/+17 |
| | |||||
* | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 1 | -13/+1 |
| | | | | | | | | | | | | This commit implements a general truncation framework for HirFormatter that keeps track of how much has been output so far. This information can then be used to perform truncation inside the language server, instead of relying on the client. Initial support is implemented for truncating types hints using the maxInlayHintLength server config option. The existing solution in the VSCode extension has been removed in favor of letting the server truncate type hints. | ||||
* | 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 |