Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vscode: eliminate floating promises and insane amount of resource handle leaks | Veetaha | 2020-02-05 | 1 | -13/+21 |
* | vscode extension cleanup: migrate to prefer-const tslint rule | Veetaha | 2020-02-02 | 1 | -3/+3 |
* | Use types from vscode-langaugeclient | Emil Lauridsen | 2020-01-15 | 1 | -1/+1 |
* | Add inlay parameter name hints for function calls | imtsuki | 2020-01-14 | 1 | -10/+41 |
* | Allow disabling inlay hints | Aleksey Kladov | 2020-01-01 | 1 | -1/+2 |
* | Add semicolons | Aleksey Kladov | 2019-12-31 | 1 | -2/+2 |
* | Refactor server lifecycle | Aleksey Kladov | 2019-12-31 | 1 | -5/+6 |
* | Fix color name | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
* | Drop obsolete color configurations | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
* | Privatize highlighting | Aleksey Kladov | 2019-12-30 | 1 | -2/+2 |
* | Don't request inline hints repeatedly | Aleksey Kladov | 2019-12-30 | 1 | -5/+18 |
* | Retry inlay hints on content modified error | Aleksey Kladov | 2019-12-30 | 1 | -6/+1 |
* | Refactor inlay hints | Aleksey Kladov | 2019-12-30 | 1 | -103/+67 |
* | Add config to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -3/+1 |
* | Encapsulate inlay hints activation | Aleksey Kladov | 2019-12-30 | 1 | -1/+37 |
* | Hints are not commands | Aleksey Kladov | 2019-12-30 | 1 | -0/+113 |