Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove two stage constuction | Aleksey Kladov | 2020-02-17 | 1 | -7/+4 | |
* | Fix link to the manual | Aleksey Kladov | 2020-02-17 | 1 | -1/+1 | |
* | Push IO and error handling up | Aleksey Kladov | 2020-02-17 | 1 | -1/+10 | |
* | Simplify startup | Aleksey Kladov | 2020-02-17 | 1 | -10/+11 | |
* | Simplify TS reload logic | Aleksey Kladov | 2020-02-17 | 1 | -2/+19 | |
* | Init implementation of structural search replace | Mikhail Modin | 2020-02-14 | 1 | -0/+1 | |
* | vscode: yet another refactor commit | Veetaha | 2020-02-04 | 1 | -1/+1 | |
* | Remove enableEnhancedTyping and type overriding infrastructure. | Gregoire Geis | 2020-02-03 | 1 | -3/+0 | |
* | Add regular onEnter command, allowing onEnter to be called without overriding... | Gregoire Geis | 2020-02-03 | 1 | -1/+2 | |
* | vscode: fix type | Veetaha | 2020-02-02 | 1 | -1/+1 | |
* | vscode refactoring: use more laconic export snytax, split huge string to seve... | Veetaha | 2020-02-02 | 1 | -1/+1 | |
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -0/+1 | |
* | Fixes to progress display | Aleksey Kladov | 2019-12-31 | 1 | -11/+10 | |
* | Work around synchrnonisation issue | Aleksey Kladov | 2019-12-31 | 1 | -6/+11 | |
* | Refactor server lifecycle | Aleksey Kladov | 2019-12-31 | 1 | -28/+7 | |
* | Move config to Ctx | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 | |
* | Refactor status activation | Aleksey Kladov | 2019-12-31 | 1 | -14/+3 | |
* | Restore internal applySourceChange command | Aleksey Kladov | 2019-12-30 | 1 | -0/+1 | |
* | Privatize highlighting | Aleksey Kladov | 2019-12-30 | 1 | -7/+2 | |
* | Add config to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -5/+3 | |
* | Encapsulate highlighting activation | Aleksey Kladov | 2019-12-30 | 1 | -6/+3 | |
* | Encapsulate inlay hints activation | Aleksey Kladov | 2019-12-30 | 1 | -37/+2 | |
* | status is not a command | Aleksey Kladov | 2019-12-30 | 1 | -6/+6 | |
* | Hints are not commands | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 | |
* | Move all commands to ctx | Aleksey Kladov | 2019-12-30 | 1 | -17/+6 | |
* | Refactor runables | Aleksey Kladov | 2019-12-30 | 1 | -4/+2 | |
* | Move expand macro to the new context | Aleksey Kladov | 2019-12-30 | 1 | -14/+1 | |
* | Refactor show syntax tree action | Aleksey Kladov | 2019-12-30 | 1 | -23/+3 | |
* | Move parentModule to the new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -10/+10 | |
* | Refactor applySourceChange | Aleksey Kladov | 2019-12-30 | 1 | -42/+10 | |
* | Move joinLines to the new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 | |
* | Move matching brace to new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -4/+1 | |
* | Run prettier | Aleksey Kladov | 2019-12-30 | 1 | -10/+10 | |
* | More second command to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -8/+2 | |
* | Start new ctx module | Aleksey Kladov | 2019-12-30 | 1 | -13/+19 | |
* | Rename extension.ts -> main.ts | Aleksey Kladov | 2019-12-30 | 1 | -0/+203 |