Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify ctor | Aleksey Kladov | 2020-02-17 | 1 | -17/+7 |
| | |||||
* | Remove two stage constuction | Aleksey Kladov | 2020-02-17 | 1 | -14/+11 |
| | |||||
* | Push IO and error handling up | Aleksey Kladov | 2020-02-17 | 1 | -8/+2 |
| | |||||
* | Simplify startup | Aleksey Kladov | 2020-02-17 | 1 | -13/+0 |
| | |||||
* | Simplify TS reload logic | Aleksey Kladov | 2020-02-17 | 1 | -10/+13 |
| | | | | Fixes #3164 | ||||
* | vscode: minor refactorings | Veetaha | 2020-02-17 | 1 | -8/+4 |
| | |||||
* | vscode: add version and storage parameters to github binary source | Veetaha | 2020-02-16 | 1 | -0/+4 |
| | |||||
* | vscode: minor names and message contents changes | Veetaha | 2020-02-08 | 1 | -1/+4 |
| | |||||
* | vscode: amended config to use binary from globalStoragePath, added ui for ↵ | Veetaha | 2020-02-08 | 1 | -1/+5 |
| | | | | downloading | ||||
* | vscode: add FIXME about language client shared resource protection | Veetaha | 2020-02-08 | 1 | -0/+3 |
| | |||||
* | Remove enableEnhancedTyping and type overriding infrastructure. | Gregoire Geis | 2020-02-03 | 1 | -24/+0 |
| | |||||
* | vscode: use void where possible | Veetaha | 2020-02-02 | 1 | -2/+6 |
| | |||||
* | vscode: fix, fallback to any for cmd type | Veetaha | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | vscode extension: migrate from any to unknown where possible | Veetaha | 2020-02-02 | 1 | -6/+6 |
| | |||||
* | vscode refactoring: use more laconic export snytax, split huge string to ↵ | Veetaha | 2020-02-02 | 1 | -1/+3 |
| | | | | several lines | ||||
* | vscode extension cleanup: migrate to prefer-const tslint rule | Veetaha | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | Add semicolons | Aleksey Kladov | 2019-12-31 | 1 | -7/+7 |
| | |||||
* | Refactor server lifecycle | Aleksey Kladov | 2019-12-31 | 1 | -29/+47 |
| | |||||
* | Refactor config | Aleksey Kladov | 2019-12-31 | 1 | -1/+2 |
| | |||||
* | Move config to Ctx | Aleksey Kladov | 2019-12-31 | 1 | -4/+1 |
| | |||||
* | Refactor status activation | Aleksey Kladov | 2019-12-31 | 1 | -0/+5 |
| | |||||
* | Fix #2700 | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Rearrange code | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Privatize highlighting | Aleksey Kladov | 2019-12-30 | 1 | -5/+12 |
| | |||||
* | Don't request inline hints repeatedly | Aleksey Kladov | 2019-12-30 | 1 | -5/+8 |
| | |||||
* | Retry inlay hints on content modified error | Aleksey Kladov | 2019-12-30 | 1 | -0/+15 |
| | |||||
* | Add config to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -0/+5 |
| | |||||
* | Refactor show syntax tree action | Aleksey Kladov | 2019-12-30 | 1 | -0/+4 |
| | |||||
* | Refactor applySourceChange | Aleksey Kladov | 2019-12-30 | 1 | -0/+22 |
| | |||||
* | Move matching brace to new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -0/+7 |
| | |||||
* | Run prettier | Aleksey Kladov | 2019-12-30 | 1 | -10/+6 |
| | |||||
* | More second command to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -1/+3 |
| | |||||
* | Start new ctx module | Aleksey Kladov | 2019-12-30 | 1 | -0/+30 |