Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 seve... | Veetaha | 2020-02-02 | 1 | -1/+3 |
* | 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 |